We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c28a52 + d08655e commit fbad79fCopy full SHA for fbad79f
1 file changed
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
- x64
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
26
with:
27
version: ${{ matrix.version }}
28
arch: ${{ matrix.arch }}
@@ -50,7 +50,7 @@ jobs:
50
# runs-on: ubuntu-latest
51
# steps:
52
# - uses: actions/checkout@v4
53
- # - uses: julia-actions/setup-julia@v1
+ # - uses: julia-actions/setup-julia@v2
54
# with:
55
# version: '1'
56
# - run: |
0 commit comments