Skip to content

Commit 9625f16

Browse files
Fix Github Actions version
1 parent 4b112be commit 9625f16

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
@@ -27,7 +27,7 @@ jobs:
2727
- x64
2828
steps:
2929
- uses: actions/checkout@v4
30-
- uses: julia-actions/setup-julia@v2
30+
- uses: julia-actions/setup-julia@v1
3131
with:
3232
version: ${{ matrix.version }}
3333
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)