We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c4ecb commit 8aace07Copy full SHA for 8aace07
.github/workflows/ci.yml
@@ -27,14 +27,11 @@ jobs:
27
- ubuntu-latest
28
- macOS-latest
29
- windows-latest
30
- arch:
31
- - x64
32
steps:
33
- uses: actions/checkout@v4
34
- uses: julia-actions/setup-julia@v2
35
with:
36
version: ${{ matrix.version }}
37
- arch: ${{ matrix.arch }}
38
show-versioninfo: ${{ matrix.version == 'nightly' }}
39
- uses: actions/cache@v4
40
env:
0 commit comments