Skip to content

Commit af2db61

Browse files
committed
Upgrading julia-actions/setup-julia to @v2, and changing 1.10 to lts
1 parent 6379932 commit af2db61

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.10'
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)