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 52f0785 commit 0b39c3fCopy full SHA for 0b39c3f
.github/workflows/CI.yml
@@ -25,14 +25,14 @@ jobs:
25
include:
26
# macos-latest -> Apple Silicon
27
- os: macos-latest
28
- julia-arch: 'aarch64'
29
- julia-version: '1.0'
+ arch: 'aarch64'
+ version: '1.0'
30
31
32
- julia-version: '1'
+ version: '1'
33
34
35
- julia-version: 'nightly'
+ version: 'nightly'
36
steps:
37
- uses: actions/checkout@v4
38
- uses: julia-actions/setup-julia@v2
0 commit comments