Commit a02c2ea
CI: run macOS on native aarch64 instead of x64
GitHub's macOS-latest runners are Apple Silicon (arm64), so setup-julia
errors out when arch: x64 is requested. Give each OS its native arch via
a matrix exclude (macOS -> aarch64, ubuntu/windows -> x64), keeping all
three platforms. This also exercises the aarch64 code path in
src/Quadmath.jl, which the x64-only macOS job never reached.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 830ef29 commit a02c2ea
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
| |||
0 commit comments