Skip to content

Commit c61d5d1

Browse files
authored
Update ci.yml
1 parent 3b72d00 commit c61d5d1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ jobs:
2121
- windows-latest
2222
arch:
2323
- x64
24-
- x86
25-
# 32-bit Julia binaries are not available on macOS
26-
exclude:
27-
- os: macOS-latest
28-
arch: x86
2924
include:
3025
- os: macOS-latest
3126
arch: aarch64
3227
version: 1
28+
- os: ubuntu-latest
29+
arch: x86
30+
version: 1
3331
- os: ubuntu-latest
3432
arch: x64
3533
version: 'nightly'
@@ -40,6 +38,7 @@ jobs:
4038
with:
4139
version: ${{ matrix.version }}
4240
arch: ${{ matrix.arch }}
41+
- uses: julia-actions/cache@v2
4342
- uses: julia-actions/julia-buildpkg@v1
4443
- uses: julia-actions/julia-runtest@v1
4544
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)