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.
2 parents 800d184 + 8ccbd70 commit a742627Copy full SHA for a742627
.github/workflows/CI.yml
@@ -26,11 +26,23 @@ jobs:
26
- 'nightly'
27
os:
28
- ubuntu-latest
29
- - macOS-latest
30
- - macos-14
+ - macos-13
31
- windows-latest
32
arch:
33
- x64
+ include:
34
+ - os: macOS-latest
35
+ arch: aarch64
36
+ version: '1.9'
37
38
39
+ version: '1.10'
40
41
42
+ version: '1.11'
43
44
45
+ version: 'nightly'
46
steps:
47
- uses: actions/checkout@v4
48
- uses: julia-actions/setup-julia@v2
0 commit comments