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 bb589b1 + 232335d commit 9d86bfdCopy full SHA for 9d86bfd
.github/workflows/CI.yml
@@ -25,7 +25,7 @@ jobs:
25
- x64
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 }}
.github/workflows/Documenter.yml
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
32
33
34
35
version: '1.9'
36
show-versioninfo: true
0 commit comments