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 3b72d00 commit c61d5d1Copy full SHA for c61d5d1
.github/workflows/ci.yml
@@ -21,15 +21,13 @@ jobs:
21
- windows-latest
22
arch:
23
- x64
24
- - x86
25
- # 32-bit Julia binaries are not available on macOS
26
- exclude:
27
- - os: macOS-latest
28
- arch: x86
29
include:
30
- os: macOS-latest
31
arch: aarch64
32
version: 1
+ - os: ubuntu-latest
+ arch: x86
+ version: 1
33
- os: ubuntu-latest
34
arch: x64
35
version: 'nightly'
@@ -40,6 +38,7 @@ jobs:
40
38
with:
41
39
version: ${{ matrix.version }}
42
arch: ${{ matrix.arch }}
+ - uses: julia-actions/cache@v2
43
- uses: julia-actions/julia-buildpkg@v1
44
- uses: julia-actions/julia-runtest@v1
45
- uses: julia-actions/julia-processcoverage@v1
0 commit comments