Skip to content

Commit 1c4e433

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

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
@@ -26,14 +26,14 @@ jobs:
2626
- 'nightly'
2727
os:
2828
- ubuntu-latest
29-
- macOS-latest
3029
- windows-latest
3130
arch:
3231
- x64
3332
- x86
34-
exclude:
33+
include:
3534
- os: macOS-latest
36-
arch: x86
35+
arch: aarch64
36+
version: 'nightly'
3737
steps:
3838
- uses: actions/checkout@v4
3939
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)