Skip to content

Commit 01f9fd6

Browse files
committed
switch to setup-julia@v2
1 parent fd78b92 commit 01f9fd6

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
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
version:
1414
- '1.10'
15-
- '1.11'
15+
- '1'
1616
- 'pre'
1717
- 'nightly'
1818
os:
@@ -21,7 +21,7 @@ jobs:
2121
- x64
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: julia-actions/setup-julia@v1
24+
- uses: julia-actions/setup-julia@v2
2525
with:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)