Skip to content

Commit 2750f30

Browse files
authored
Fix a mistake
1 parent 264ff74 commit 2750f30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868
exclude:
6969
# For now, we'll disable testing 32-bit Julia 1.9 on all operating systems.
7070
# 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'
71+
- julia-version: '1.9'
7372
julia-wordsize: '32'
7473
# For now, we'll disable testing 32-bit Julia 1.9 on Windows.
7574
# TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.

0 commit comments

Comments
 (0)