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 1786647 commit a07acd5Copy full SHA for a07acd5
.github/workflows/CI.yml
@@ -17,27 +17,22 @@ jobs:
17
# Current stable version
18
- version: '1'
19
os: ubuntu-latest
20
- arch: x64
21
# Minimum supported version
22
- version: 'min'
23
24
25
# Windows
26
27
os: windows-latest
28
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