File tree Expand file tree Collapse file tree 1 file changed +10
-24
lines changed Expand file tree Collapse file tree 1 file changed +10
-24
lines changed Original file line number Diff line number Diff line change @@ -12,42 +12,28 @@ jobs:
12
12
arch :
13
13
- x64
14
14
version :
15
- - ' 1.7'
16
- - ' nightly'
15
+ - ' 1'
17
16
os :
18
17
- macOS-latest
19
18
- ubuntu-latest
20
19
- windows-latest
21
- # NOTE: Waiting for upstream Aarch64 support.
22
- # include:
23
- # - arch: aarch64
24
- # version: 'nightly'
25
- # os: macOS-latest
26
- # - arch: aarch64
27
- # version: 'nightly'
28
- # os: ubuntu-latest
20
+ include :
21
+ - arch : aarch64
22
+ version : ' 1'
23
+ os : macOS-latest
29
24
steps :
30
- - uses : actions/checkout@v2
31
- - uses : julia-actions/setup-julia@v1
25
+ - uses : actions/checkout@v5
26
+ - uses : julia-actions/setup-julia@v2
32
27
with :
33
28
version : ${{ matrix.version }}
34
29
arch : ${{ matrix.arch }}
35
- - uses : actions/cache@v1
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 }}-
30
+ - uses : julia-actions/cache@v2
45
31
- uses : julia-actions/julia-buildpkg@v1
46
32
- uses : julia-actions/julia-runtest@v1
47
33
- uses : julia-actions/julia-processcoverage@v1
48
- - uses : codecov/codecov-action@v1
34
+ - uses : codecov/codecov-action@v5
49
35
with :
50
36
file : lcov.info
37
+ token : ${{ secrets.CODECOV_TOKEN }}
51
38
env :
52
39
COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
53
-
You can’t perform that action at this time.
0 commit comments