We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3cb7c commit d5160f4Copy full SHA for d5160f4
1 file changed
.github/workflows/UnitTest.yml
@@ -19,7 +19,6 @@ jobs:
19
os:
20
- ubuntu-latest
21
- windows-latest
22
- - macOS-13
23
arch:
24
- x64
25
include:
@@ -29,9 +28,6 @@ jobs:
29
28
- os: ubuntu-latest
30
arch: x86
31
version: '1'
32
- - os: ubuntu-latest
33
- arch: x64
34
- version: 'min'
35
36
arch: x64
37
version: 'nightly'
@@ -51,7 +47,7 @@ jobs:
51
47
uses: julia-actions/julia-runtest@master
52
48
53
49
- uses: julia-actions/julia-processcoverage@v1
54
- - uses: codecov/codecov-action@v4
50
+ - uses: codecov/codecov-action@v5
55
with:
56
- file: lcov.info
+ files: lcov.info
57
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments