Skip to content

Commit b53c961

Browse files
authored
Update CI
1 parent 9d89f77 commit b53c961

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
version:
16-
- '1.0'
16+
- '1.3'
1717
- '1'
1818
- nightly
1919
os:
@@ -31,7 +31,7 @@ jobs:
3131
arch: x86
3232
- os: macOS-latest
3333
arch: x86
34-
- version: '1.0'
34+
- version: '1.3'
3535
num_threads: 2
3636
include:
3737
- version: '1'
@@ -45,16 +45,7 @@ jobs:
4545
with:
4646
version: ${{ matrix.version }}
4747
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
5849
- uses: julia-actions/julia-buildpkg@latest
5950
- uses: julia-actions/julia-runtest@latest
6051
env:

0 commit comments

Comments
 (0)