We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51e1eb commit 1c4e433Copy full SHA for 1c4e433
.github/workflows/ci.yml
@@ -26,14 +26,14 @@ jobs:
26
- 'nightly'
27
os:
28
- ubuntu-latest
29
- - macOS-latest
30
- windows-latest
31
arch:
32
- x64
33
- x86
34
- exclude:
+ include:
35
- os: macOS-latest
36
- arch: x86
+ arch: aarch64
+ version: 'nightly'
37
steps:
38
- uses: actions/checkout@v4
39
- uses: julia-actions/setup-julia@v2
0 commit comments