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 05ed650 + 980fb0f commit 855b7c8Copy full SHA for 855b7c8
.github/workflows/CI.yml
@@ -20,17 +20,14 @@ jobs:
20
- ubuntu-latest
21
- macos-latest
22
- windows-latest
23
- arch:
24
- - x64
25
env:
26
PYTHON: ""
27
steps:
28
- - uses: actions/checkout@v2
29
- - uses: julia-actions/setup-julia@v1
+ - uses: actions/checkout@v4
+ - uses: julia-actions/install-juliaup@v2
30
with:
31
- version: ${{ matrix.version }}
32
- arch: ${{ matrix.arch }}
33
- - uses: actions/cache@v1
+ channel: ${{matrix.version}}
+ - uses: actions/cache@v4
34
35
cache-name: cache-artifacts
36
0 commit comments