Skip to content

Commit 10d1939

Browse files
committed
On Julia 1.6, only run 64-bit (and skip 32-bit)
1 parent cb93d90 commit 10d1939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
- github-runner: macos-14 # macos-14 = Apple Silicon.
7676
julia-version: '1.6'
7777
#
78+
# To save some CI time, on Julia 1.6 we only run the 64-bit job (and skip the 32-bit job).
79+
- julia-version: '1.6'
80+
julia-wordsize: '32'
81+
#
7882
# We don't have 32-bit builds of Julia for Intel macOS:
7983
- github-runner: macos-13 # macos-13 = Intel.
8084
julia-wordsize: '32'

0 commit comments

Comments
 (0)