Skip to content

Commit 2718188

Browse files
authored
Use setup julia v2 in CI (#424)
This will avoid hard-coding to v2.2 and will fetch upgrades.
1 parent c2f3d12 commit 2718188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- x64
4747
steps:
4848
- uses: actions/checkout@v4
49-
- uses: julia-actions/setup-julia@v2.2
49+
- uses: julia-actions/setup-julia@v2
5050
with:
5151
version: ${{ matrix.version }}
5252
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)