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 cb93d90 commit 10d1939Copy full SHA for 10d1939
.github/workflows/ci.yml
@@ -75,6 +75,10 @@ jobs:
75
- github-runner: macos-14 # macos-14 = Apple Silicon.
76
julia-version: '1.6'
77
#
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
+ #
82
# We don't have 32-bit builds of Julia for Intel macOS:
83
- github-runner: macos-13 # macos-13 = Intel.
84
julia-wordsize: '32'
0 commit comments