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 da6917e commit eac3a02Copy full SHA for eac3a02
.github/workflows/ci.yml
@@ -67,9 +67,15 @@ jobs:
67
# TODO: remove the following once we fix the tests for 32-bit Julia on Windows.
68
- os: windows-latest
69
julia-arch: x86
70
+ #
71
# We don't have 32-bit builds of Julia for macOS:
72
- os: macos-latest
73
74
75
+ # We don't have 32-bit builds of Julia for macOS:
76
+ - os: macos-latest
77
+ julia-arch: x86
78
79
# We don't need to run the coverage=false job for Julia < 1.9:
80
- julia-version: '1.6'
81
coverage: 'false'
0 commit comments