Skip to content

Commit 11b16c9

Browse files
authored
Merge pull request #235 from pebeto/dev
Upgrading Julia LTS version to `1.10` in CI job
2 parents d3e1497 + d48a2f4 commit 11b16c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- 'lts'
2121
- '1' # automatically expands to the latest stable 1.x release of Julia
2222
os:
2323
- ubuntu-latest
@@ -27,11 +27,11 @@ jobs:
2727
- x64
2828
steps:
2929
- uses: actions/checkout@v2
30-
- uses: julia-actions/setup-julia@v1
30+
- uses: julia-actions/setup-julia@v2
3131
with:
3232
version: ${{ matrix.version }}
3333
arch: ${{ matrix.arch }}
34-
- uses: actions/cache@v1
34+
- uses: julia-actions/cache@v2
3535
env:
3636
cache-name: cache-artifacts
3737
with:

0 commit comments

Comments
 (0)