Skip to content

Commit

Permalink
Update build_esptool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Sep 18, 2024
1 parent 2e62e12 commit dd5f212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd5f212

Please sign in to comment.