Skip to content

Commit dd65d22

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ 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:
3736
- os: macOS-latest
38-
arch: x86
37+
arch: aarch64
38+
exclude:
3939
- os: windows-latest # Killing workers doesn't work on windows in 1.9
4040
version: '1.9'
4141

0 commit comments

Comments
 (0)