File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2222 - windows-latest
2323 arch :
2424 - x64
25+ - arm64
26+ exclude :
27+ - os : ubuntu-latest
28+ arch : arm64
29+ - os : macos-latest
30+ arch : x64
31+ - os : windows-latest
32+ arch : arm64
2533 steps :
2634 - uses : actions/checkout@v4
2735 - uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change @@ -16,13 +16,21 @@ jobs:
1616 matrix :
1717 version :
1818 - ' 1.10'
19- - ' 1' # This automatically expands to the latest stable 1.x release.
19+ - ' 1'
2020 os :
2121 - ubuntu-latest
2222 - macos-latest
2323 - windows-latest
2424 arch :
2525 - x64
26+ - arm64
27+ exclude :
28+ - os : ubuntu-latest
29+ arch : arm64
30+ - os : macos-latest
31+ arch : x64
32+ - os : windows-latest
33+ arch : arm64
2634 steps :
2735 - uses : actions/checkout@v4
2836 - uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments