Skip to content

Commit eac3a02

Browse files
committed
More CI stuff
1 parent da6917e commit eac3a02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,15 @@ jobs:
6767
# TODO: remove the following once we fix the tests for 32-bit Julia on Windows.
6868
- os: windows-latest
6969
julia-arch: x86
70+
#
7071
# We don't have 32-bit builds of Julia for macOS:
7172
- os: macos-latest
7273
julia-arch: x86
74+
#
75+
# We don't have 32-bit builds of Julia for macOS:
76+
- os: macos-latest
77+
julia-arch: x86
78+
#
7379
# We don't need to run the coverage=false job for Julia < 1.9:
7480
- julia-version: '1.6'
7581
coverage: 'false'

0 commit comments

Comments
 (0)