Skip to content

Commit 03cb414

Browse files
lucasssvazradimkarnis
authored andcommitted
ci(macos-amd64): Add Intel-based macOS as target
1 parent 111c6c0 commit 03cb414

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build_esptool.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ jobs:
88
runs-on: ${{ matrix.RUN_ON }}
99
strategy:
1010
matrix:
11-
platform: [macos, windows, linux-amd64, linux-arm32, linux-arm64]
11+
platform: [macos-amd64, macos-arm64, windows, linux-amd64, linux-arm32, linux-arm64]
1212
include:
13-
- platform: macos
14-
TARGET: macos
13+
- platform: macos-amd64
14+
TARGET: macos-amd64
1515
SEPARATOR: ':'
16-
RUN_ON: macos-latest
16+
RUN_ON: macos-13 # Versions 13 and lower are Intel-based.
17+
- platform: macos-arm64
18+
TARGET: macos-arm64
19+
SEPARATOR: ':'
20+
RUN_ON: macos-latest # Versions 14 and higher are ARM-based.
1721
- platform: windows
1822
TARGET: win64
1923
EXTEN: .exe

0 commit comments

Comments
 (0)