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.
1 parent 2da6ca2 commit 0aa40e2Copy full SHA for 0aa40e2
.github/workflows/IntegrationTest.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- uses: actions/checkout@v4
29
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
30
with:
31
version: ${{ matrix.julia-version }}
32
arch: x64
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- x64
19
20
21
22
23
version: ${{ matrix.version }}
24
arch: ${{ matrix.arch }}
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
49
50
51
52
version: '1'
53
- run: |
0 commit comments