File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
version :
20
- - ' 1.10 ' # Replace this with the minimum Julia version that your package supports.
20
+ - ' min ' # Minimum Julia version that Zygote supports.
21
21
- ' 1' # automatically expands to the latest stable 1.x release of Julia
22
22
- ' nightly'
23
23
os :
@@ -33,20 +33,11 @@ jobs:
33
33
# arch: x64
34
34
steps :
35
35
- uses : actions/checkout@v3
36
- - uses : julia-actions/setup-julia@v1
36
+ - uses : julia-actions/setup-julia@v2
37
37
with :
38
38
version : ${{ matrix.version }}
39
39
arch : ${{ matrix.arch }}
40
- - uses : actions/cache@v3
41
- env :
42
- cache-name : cache-artifacts
43
- with :
44
- path : ~/.julia/artifacts
45
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
46
- restore-keys : |
47
- ${{ runner.os }}-test-${{ env.cache-name }}-
48
- ${{ runner.os }}-test-
49
- ${{ runner.os }}-
40
+ - uses : julia-actions/cache@v2
50
41
- uses : julia-actions/julia-buildpkg@v1
51
42
env :
52
43
JULIA_PKG_SERVER : " "
You can’t perform that action at this time.
0 commit comments