File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 version :
19- - " 1.9 "
19+ - " min "
2020 - " 1" # automatically expands to the latest stable 1.x release of Julia
2121 - nightly
2222 os :
@@ -31,20 +31,11 @@ jobs:
3131 arch : x86
3232 steps :
3333 - uses : actions/checkout@v4
34- - uses : julia-actions/setup-julia@v1
34+ - uses : julia-actions/setup-julia@v2
3535 with :
3636 version : ${{ matrix.version }}
3737 arch : ${{ matrix.arch }}
38- - uses : actions/cache@v1
39- env :
40- cache-name : cache-artifacts
41- with :
42- path : ~/.julia/artifacts
43- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
44- restore-keys : |
45- ${{ runner.os }}-test-${{ env.cache-name }}-
46- ${{ runner.os }}-test-
47- ${{ runner.os }}-
38+ - uses : julia-actions/cache@v2
4839 - uses : julia-actions/julia-buildpkg@v1
4940 timeout-minutes : 3
5041 - uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments