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 65f056c commit 47c040bCopy full SHA for 47c040b
.github/workflows/CI.yml
@@ -37,7 +37,7 @@ jobs:
37
# ARM64 on macos-latest is neither supported by older Julia versions nor setup-julia
38
arch: ${{ matrix.os == 'macos-latest' && matrix.version != '1.3' && 'aarch64' || 'x64' }}
39
show-versioninfo: true
40
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
41
- uses: julia-actions/julia-buildpkg@v1
42
- uses: julia-actions/julia-runtest@v1
43
- run: |
0 commit comments