Skip to content

Commit 264ff74

Browse files
authored
Resume CI on Julia 1.9 (but only 64-bit)
1 parent 85cdb03 commit 264ff74

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
julia-version:
4949
- '1.6' # previous LTS
50-
# - '1.9' # TODO: uncomment this line once we fix the tests on 1.9
50+
- '1.9'
5151
- '1.10' # current LTS
5252
- '1.11'
5353
# - 'nightly' # TODO: decide whether we want to run any CI jobs on nightly.
@@ -66,6 +66,11 @@ jobs:
6666
- 'true'
6767
- 'false' # needed for Julia 1.9+ to test from a session using pkgimages
6868
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'
73+
julia-wordsize: '32'
6974
# For now, we'll disable testing 32-bit Julia 1.9 on Windows.
7075
# TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.
7176
- github-runner: windows-latest

0 commit comments

Comments
 (0)