Skip to content

Commit f87ba1c

Browse files
Merge pull request #110 from asinghvi17/patch-1
Fix Mac CI warnings
2 parents d5e9357 + a02c2ea commit f87ba1c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222
- windows-latest
2323
arch:
2424
- x64
25+
- aarch64
26+
exclude:
27+
# macOS-latest is Apple Silicon (arm64), so x64 is not available there.
28+
- os: macOS-latest
29+
arch: x64
30+
# ubuntu-latest and windows-latest runners are x64-only.
31+
- os: ubuntu-latest
32+
arch: aarch64
33+
- os: windows-latest
34+
arch: aarch64
2535
steps:
2636
- uses: actions/checkout@v6
2737
- uses: julia-actions/setup-julia@v3

0 commit comments

Comments
 (0)