We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d684d6 + f65e316 commit 17eba14Copy full SHA for 17eba14
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- x64
28
steps:
29
- uses: actions/checkout@v4
30
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
33
arch: ${{ matrix.arch }}
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ubuntu-latest
55
56
57
58
59
version: '1.6'
60
- run: |
0 commit comments