Skip to content

Commit 4a0ecca

Browse files
IanButterworthJamesWrigley
authored andcommitted
fix macos ci setup for apple silicon runners
1 parent bdadc0c commit 4a0ecca

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,18 @@ jobs:
2828
- '1.9'
2929
os:
3030
- ubuntu-latest
31-
- macOS-latest
3231
- windows-latest
3332
arch:
3433
- x64
3534
- x86
36-
exclude:
35+
include:
36+
- os: macOS-latest
37+
arch: aarch64
38+
version: '1'
3739
- os: macOS-latest
38-
arch: x86
40+
arch: aarch64
41+
version: 'nightly'
42+
exclude:
3943
- os: windows-latest # Killing workers doesn't work on windows in 1.9
4044
version: '1.9'
4145

0 commit comments

Comments
 (0)