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