There was an error while loading. Please reload this page.
2 parents f085ba3 + 7bb1c27 commit c90fb8fCopy full SHA for c90fb8f
1 file changed
.github/workflows/CI.yml
@@ -21,16 +21,22 @@ jobs:
21
- windows-latest
22
arch:
23
- x64
24
- exclude:
25
- - os: macOS-15-intel
26
- arch: x86
27
include:
+ # aarch64 macOS: no Julia 1.7 binaries exist, so latest release only
28
- version: "1"
29
os: macos-latest
30
arch: aarch64
+ # aarch64 Linux
+ - version: "min"
31
+ os: ubuntu-24.04-arm
32
+ arch: aarch64
33
34
os: ubuntu-24.04-arm
35
36
+ # 32-bit Linux
37
38
+ os: ubuntu-latest
39
+ arch: x86
40
41
os: ubuntu-latest
42
arch: x86
0 commit comments