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 cb485f0 + 2a83df7 commit d06fc46Copy full SHA for d06fc46
.github/workflows/CI.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
version: ${{ matrix.version }}
81
arch: ${{ matrix.arch }}
82
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
83
# In MKL 2024, Intel dropped support for macOS.
84
# So, in CI, for the macOS jobs, we force MKL 2023 to be installed (instead of
85
# MKL 2024).
@@ -102,7 +102,7 @@ jobs:
102
- uses: julia-actions/setup-julia@latest
103
104
version: 1
105
106
- uses: julia-actions/julia-buildpkg@v1
107
- uses: julia-actions/julia-docdeploy@releases/v1
108
env:
0 commit comments