File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,16 @@ jobs:
3232 - ' nightly'
3333 os :
3434 - ubuntu-latest
35- - macOS-latest
3635 - windows-latest
36+ - macOS-13 # intel
37+ - macOS-14 # arm
3738 threads :
3839 - ' 1'
3940 - ' 2'
4041 arch :
4142 - x64
4243 - x86
44+ - aarch64
4345 exclude :
4446 # 32-bit Julia binaries are not available on macOS
4547 - os : macOS-latest
5052 arch : x86
5153 - provider : ' mkl'
5254 threads : ' 2'
53-
55+ # Disable various OS-arch combinations that are not available
56+ - os : ubuntu-latest
57+ arch : aarch64
58+ - os : windows-latest
59+ arch : aarch64
60+ - os : macOS-13
61+ arch : x86
62+ - os : macOS-13
63+ arch : aarch64
64+ - os : macOS-14
65+ arch : x86
66+ - os : macOS-14
67+ arch : x64
68+ - os : macOS-14
69+ arch : aarch64
70+ version : ' 1.6'
71+
5472 steps :
5573 - uses : actions/checkout@v4
5674 - uses : julia-actions/setup-julia@v1
You can’t perform that action at this time.
0 commit comments