Skip to content

Commit b2cea53

Browse files
authored
fix version of setup julia action (#377)
1 parent 91a2190 commit b2cea53

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
@@ -25,7 +25,7 @@ jobs:
2525
- x64
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: julia-actions/setup-julia@v4
28+
- uses: julia-actions/setup-julia@v2
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)