Skip to content

Commit b587c6e

Browse files
authored
Merge pull request #223 from pebeto/dev
Upgrading Julia LTS version to `1.10` in CI job
2 parents 86a9845 + af2db61 commit b587c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- 'lts'
2121
- '1'
2222
os:
2323
- ubuntu-latest
2424
arch:
2525
- x64
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: julia-actions/setup-julia@v1
28+
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)