We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cff88 commit 21c4a22Copy full SHA for 21c4a22
2 files changed
.github/workflows/ci-nightly.yml
@@ -22,6 +22,14 @@ jobs:
22
- windows-latest
23
arch:
24
- x64
25
+ - arm64
26
+ exclude:
27
+ - os: ubuntu-latest
28
+ arch: arm64
29
+ - os: macos-latest
30
+ arch: x64
31
+ - os: windows-latest
32
33
steps:
34
- uses: actions/checkout@v4
35
- uses: julia-actions/setup-julia@v2
.github/workflows/ci.yml
@@ -23,6 +23,14 @@ jobs:
36
0 commit comments