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 b7be1fb + 0390387 commit cf9b2a3Copy full SHA for cf9b2a3
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- x64
26
steps:
27
- uses: actions/checkout@v5
28
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-latest
51
52
53
54
55
version: '1'
56
- run: |
0 commit comments