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 b5f0560 + 0bb59f8 commit 5e0d988Copy full SHA for 5e0d988
2 files changed
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
- ubuntu-latest
17
steps:
18
- uses: actions/checkout@v6
19
- - uses: julia-actions/setup-julia@v2
+ - uses: julia-actions/setup-julia@v3
20
with:
21
version: ${{ matrix.version }}
22
- uses: actions/cache@v5
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-latest
47
48
49
50
51
version: '1'
52
- run: |
.github/workflows/IntegrationTest.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
version: ${{ matrix.julia-version }}
33
arch: x64
0 commit comments