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 13
13
strategy :
14
14
matrix :
15
15
version :
16
- - ' 1.0 '
16
+ - ' 1.3 '
17
17
- ' 1'
18
18
- nightly
19
19
os :
31
31
arch : x86
32
32
- os : macOS-latest
33
33
arch : x86
34
- - version : ' 1.0 '
34
+ - version : ' 1.3 '
35
35
num_threads : 2
36
36
include :
37
37
- version : ' 1'
45
45
with :
46
46
version : ${{ matrix.version }}
47
47
arch : ${{ matrix.arch }}
48
- - uses : actions/cache@v1
49
- env :
50
- cache-name : cache-artifacts
51
- with :
52
- path : ~/.julia/artifacts
53
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
54
- restore-keys : |
55
- ${{ runner.os }}-test-${{ env.cache-name }}-
56
- ${{ runner.os }}-test-
57
- ${{ runner.os }}-
48
+ - uses : julia-actions/cache@v1
58
49
- uses : julia-actions/julia-buildpkg@latest
59
50
- uses : julia-actions/julia-runtest@latest
60
51
env :
You can’t perform that action at this time.
0 commit comments