File tree 1 file changed +3
-15
lines changed 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -27,22 +27,10 @@ jobs:
27
27
- os : macOS-latest
28
28
arch : x86
29
29
steps :
30
- - uses : actions/checkout@v2
31
- - uses : julia-actions/setup-julia@v1
30
+ - uses : actions/checkout@v4
31
+ - uses : julia-actions/setup-julia@v2
32
32
with :
33
33
version : ${{ matrix.version }}
34
- arch : ${{ matrix.arch }}
35
- - uses : actions/cache@v2
36
- env :
37
- cache-name : cache-artifacts
38
- with :
39
- path : ~/.julia/artifacts
40
- key : ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
41
- restore-keys : |
42
- ${{ runner.os }}-${{ matrix.arch }}-test-${{ env.cache-name }}-
43
- ${{ runner.os }}-${{ matrix.arch }}-test-
44
- ${{ runner.os }}-${{ matrix.arch }}-
45
- ${{ runner.os }}-
34
+ - uses : julia-actions/cache@v2
46
35
- uses : julia-actions/julia-buildpkg@v1
47
36
- uses : julia-actions/julia-runtest@v1
48
-
You can’t perform that action at this time.
0 commit comments