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 e4606e0 commit 31f010cCopy full SHA for 31f010c
1 file changed
.github/workflows/CI.yml
@@ -16,24 +16,18 @@ jobs:
16
fail-fast: false
17
matrix:
18
version:
19
- - 'lts'
+ - '1.10'
20
- '1'
21
+ - 'pre'
22
- 'nightly'
23
os:
24
- ubuntu-latest
25
- windows-latest
- - macOS-13
26
+ - macOS-latest
27
arch:
- - x64
28
- include:
29
- - os: macOS-14
30
- version: '1.10'
31
- arch: aarch64
32
33
- version: '1.11'
34
+ - 'default'
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
37
- uses: julia-actions/setup-julia@v2
38
with:
39
version: ${{ matrix.version }}
0 commit comments