We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5e9357 + a02c2ea commit f87ba1cCopy full SHA for f87ba1c
1 file changed
.github/workflows/CI.yml
@@ -22,6 +22,16 @@ jobs:
22
- windows-latest
23
arch:
24
- 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
35
steps:
36
- uses: actions/checkout@v6
37
- uses: julia-actions/setup-julia@v3
0 commit comments