There was an error while loading. Please reload this page.
2 parents f87eb49 + 8cf429a commit 3c037f6Copy full SHA for 3c037f6
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
matrix:
17
version:
18
- '1'
19
+ - 'min'
20
os:
21
- ubuntu-latest
22
- windows-latest
@@ -25,8 +26,11 @@ jobs:
25
26
- os: macOS-latest
27
arch: aarch64
28
version: '1'
29
+ - os: macOS-latest
30
+ arch: aarch64
31
+ version: 'min'
32
steps:
- - uses: actions/checkout@v4
33
+ - uses: actions/checkout@v6
34
- uses: julia-actions/setup-julia@v2
35
with:
36
version: ${{ matrix.version }}
@@ -44,7 +48,7 @@ jobs:
44
48
name: Documentation
45
49
runs-on: ubuntu-latest
46
50
47
51
52
53
54
0 commit comments