File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -10,26 +10,34 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
version :
13
- - ' 1.6'
14
- - ' 1.9'
15
- - ' nightly'
13
+ - ' 1' # Current stable version
16
14
os :
17
15
- ubuntu-latest
18
- - macOS-latest
19
16
- windows-latest
17
+ - macOS-latest
20
18
arch :
21
19
- 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
25
25
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
+
26
34
steps :
27
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v4
28
36
- uses : julia-actions/setup-julia@v1
29
37
with :
30
38
version : ${{ matrix.version }}
31
39
arch : ${{ matrix.arch }}
32
- - uses : actions/cache@v1
40
+ - uses : actions/cache@v4
33
41
env :
34
42
cache-name : cache-artifacts
35
43
with :
You can’t perform that action at this time.
0 commit comments