From dd5f212a846205f1ca34d877b2baa3a24ca581bf Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:47:31 +0200 Subject: [PATCH] Update build_esptool.yml --- .github/workflows/build_esptool.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_esptool.yml b/.github/workflows/build_esptool.yml index 2744006b1..faff0fec1 100644 --- a/.github/workflows/build_esptool.yml +++ b/.github/workflows/build_esptool.yml @@ -14,12 +14,12 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-14, macos-latest, ubuntu-latest, windows-latest] + os: [macos-14, macos-13, ubuntu-latest, windows-latest] include: - os: macos-14 TARGET: macos-arm SEPARATOR: ':' - - os: macos-latest + - os: macos-13 TARGET: macos SEPARATOR: ':' - os: ubuntu-latest