Skip to content

Commit 1abc669

Browse files
committed
ci: use aarch64 for macOS runners
setup-julia v3 rejects x64 on Apple Silicon macOS runners. Exclude macOS x64 and add an aarch64 entry instead.
1 parent 2c13cb3 commit 1abc669

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
exclude:
2424
- os: macOS-latest
2525
arch: x86
26+
- os: macOS-latest
27+
arch: x64
28+
include:
29+
- os: macOS-latest
30+
arch: aarch64
31+
version: '1'
2632
steps:
2733
- uses: actions/checkout@v6
2834
- uses: julia-actions/setup-julia@v3

0 commit comments

Comments
 (0)