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 a9b0e3c commit f33af97Copy full SHA for f33af97
.github/workflows/CI.yml
@@ -35,7 +35,7 @@ jobs:
35
- x64
36
steps:
37
- uses: actions/checkout@v4
38
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
39
with:
40
version: ${{ matrix.version }}
41
arch: ${{ matrix.arch }}
@@ -67,7 +67,7 @@ jobs:
67
runs-on: ubuntu-latest
68
69
70
71
72
version: '1'
73
- run: |
.github/workflows/IntegrationTest.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
version: 1
arch: x64
0 commit comments