Skip to content

Commit 0fc9c57

Browse files
authored
CI: Resume testing 32-bit Julia on Windows for Julia 1.6 and 1.10, but keep 1.9 disabled for now
1 parent 4cef485 commit 0fc9c57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
- 'true'
6565
- 'false' # needed for Julia 1.9+ to test from a session using pkgimages
6666
exclude:
67-
# For now, we'll disable testing 32-bit Julia on Windows.
68-
# TODO: remove the following once we fix the tests for 32-bit Julia on Windows.
67+
# For now, we'll disable testing 32-bit Julia 1.9 on Windows.
68+
# TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.
6969
- os: windows-latest
7070
julia-arch: x86
71+
julia-version: '1.9'
7172
#
7273
# We don't have 32-bit builds of Julia for macOS:
7374
- os: macos-latest

0 commit comments

Comments
 (0)