We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 613b531 + ea3869a commit defd53eCopy full SHA for defd53e
1 file changed
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
arch: x86
26
steps:
27
- uses: actions/checkout@v4
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