This repository was archived by the owner on Oct 15, 2025. It is now read-only.
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:
1212 arch :
1313 - x64
1414 version :
15- - ' 1.7'
16- - ' nightly'
15+ - ' 1'
1716 os :
1817 - macOS-latest
1918 - ubuntu-latest
2019 - 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
2924 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
3227 with :
3328 version : ${{ matrix.version }}
3429 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
4531 - uses : julia-actions/julia-buildpkg@v1
4632 - uses : julia-actions/julia-runtest@v1
4733 - uses : julia-actions/julia-processcoverage@v1
48- - uses : codecov/codecov-action@v1
34+ - uses : codecov/codecov-action@v5
4935 with :
5036 file : lcov.info
37+ token : ${{ secrets.CODECOV_TOKEN }}
5138 env :
5239 COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
53-
You can’t perform that action at this time.
0 commit comments