File tree Expand file tree Collapse file tree 1 file changed +27
-15
lines changed Expand file tree Collapse file tree 1 file changed +27
-15
lines changed Original file line number Diff line number Diff line change @@ -18,33 +18,45 @@ jobs:
18
18
- " 1.8"
19
19
- " 1.9"
20
20
- " 1.10"
21
- - " ~1.11.0-0"
21
+ - " 1.11"
22
+ - pre
22
23
- nightly
23
24
os :
24
25
- ubuntu-latest
25
- - macOS-latest
26
26
- windows-latest
27
27
arch :
28
28
- x64
29
+ include :
30
+ - os : macOS-latest
31
+ arch : aarch64
32
+ version : ' 1.8'
33
+ - os : macOS-latest
34
+ arch : aarch64
35
+ version : ' 1.9'
36
+ - os : macOS-latest
37
+ arch : aarch64
38
+ version : ' 1.10'
39
+ - os : macOS-latest
40
+ arch : aarch64
41
+ version : ' 1.11'
42
+ - os : macOS-latest
43
+ arch : aarch64
44
+ version : pre
45
+ - os : macOS-latest
46
+ arch : aarch64
47
+ version : nightly
48
+
29
49
steps :
30
- - uses : actions/checkout@v3
31
- - uses : julia-actions/setup-julia@v1
50
+ - uses : actions/checkout@v5
51
+ - uses : julia-actions/setup-julia@v2
32
52
with :
33
53
version : ${{ matrix.version }}
34
54
arch : ${{ matrix.arch }}
35
- - uses : actions/cache@v3
36
- env :
37
- cache-name : cache-artifacts
38
- with :
39
- path : ~/.julia/artifacts
40
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
41
- restore-keys : |
42
- ${{ runner.os }}-test-${{ env.cache-name }}-
43
- ${{ runner.os }}-test-
44
- ${{ runner.os }}-
55
+ - uses : julia-actions/cache@v2
45
56
- uses : julia-actions/julia-buildpkg@v1
46
57
- uses : julia-actions/julia-runtest@v1
47
58
- uses : julia-actions/julia-processcoverage@v1
48
- - uses : codecov/codecov-action@v3
59
+ - uses : codecov/codecov-action@v5
49
60
with :
50
61
file : lcov.info
62
+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments