Skip to content

Commit c358356

Browse files
authored
Update ci.yml to test latest stable release (#80)
* Update ci.yml to test latest stable release * Update ci.yml
1 parent a633393 commit c358356

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,34 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.6'
14-
- '1.9'
15-
- 'nightly'
13+
- '1' # Current stable version
1614
os:
1715
- ubuntu-latest
18-
- macOS-latest
1916
- windows-latest
17+
- macOS-latest
2018
arch:
2119
- x64
22-
- x86
23-
exclude:
24-
- os: macOS-latest
20+
include:
21+
- os: macOS-14
22+
arch: aarch64
23+
version: '1'
24+
- os: ubuntu-latest
2525
arch: x86
26+
version: '1'
27+
- os: ubuntu-latest
28+
arch: x64
29+
version: '1.6'
30+
- os: ubuntu-latest
31+
arch: x64
32+
version: 'nightly'
33+
2634
steps:
27-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
2836
- uses: julia-actions/setup-julia@v1
2937
with:
3038
version: ${{ matrix.version }}
3139
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
40+
- uses: actions/cache@v4
3341
env:
3442
cache-name: cache-artifacts
3543
with:

0 commit comments

Comments
 (0)