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 264ff74 commit 2750f30Copy full SHA for 2750f30
.github/workflows/ci.yml
@@ -68,8 +68,7 @@ jobs:
68
exclude:
69
# For now, we'll disable testing 32-bit Julia 1.9 on all operating systems.
70
# TODO: remove the following once we fix the tests for 32-bit Julia 1.9 .
71
- - github-runner: windows-latest
72
- julia-version: '1.9'
+ - julia-version: '1.9'
73
julia-wordsize: '32'
74
# For now, we'll disable testing 32-bit Julia 1.9 on Windows.
75
# TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.
0 commit comments