File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
os :
20
20
- ubuntu-latest
21
21
- windows-latest
22
- - macOS-latest
22
+ - macOS-13
23
23
arch :
24
24
- x64
25
25
- x86
26
26
exclude :
27
- - os : macOS-latest
27
+ - os : macOS-13
28
28
arch : x86
29
29
steps :
30
30
- uses : actions/checkout@v4
33
33
version : ${{ matrix.version }}
34
34
arch : ${{ matrix.arch }}
35
35
- uses : julia-actions/cache@v2
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 }}-
45
36
- uses : julia-actions/julia-buildpkg@v1
46
37
- uses : julia-actions/julia-runtest@v1
47
38
- uses : julia-actions/julia-processcoverage@v1
48
- - uses : codecov/codecov-action@v1
39
+ - uses : codecov/codecov-action@v5
49
40
with :
50
- file : lcov.info
41
+ files : lcov.info
You can’t perform that action at this time.
0 commit comments