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 8e0a762 commit c6c6a48Copy full SHA for c6c6a48
.github/workflows/CI.yml
@@ -17,27 +17,25 @@ jobs:
17
# Current stable version
18
- version: '1'
19
os: ubuntu-latest
20
- arch: x64
+ # LTS
21
+ - version: 'lts'
22
+ os: ubuntu-latest
23
# Minimum supported version
24
- version: 'min'
25
26
# Windows
27
28
os: windows-latest
29
# macOS
30
31
os: macos-latest
32
- arch: aarch64
33
34
steps:
35
- uses: actions/checkout@v4
36
37
- uses: julia-actions/setup-julia@v2
38
with:
39
version: ${{ matrix.runner.version }}
40
- arch: ${{ matrix.runner.arch }}
41
42
- uses: julia-actions/cache@v2
43
0 commit comments