We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cef485 commit 0fc9c57Copy full SHA for 0fc9c57
.github/workflows/ci.yml
@@ -64,10 +64,11 @@ jobs:
64
- 'true'
65
- 'false' # needed for Julia 1.9+ to test from a session using pkgimages
66
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.
+ # For now, we'll disable testing 32-bit Julia 1.9 on Windows.
+ # TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.
69
- os: windows-latest
70
julia-arch: x86
71
+ julia-version: '1.9'
72
#
73
# We don't have 32-bit builds of Julia for macOS:
74
- os: macos-latest
0 commit comments