Skip to content

Commit 9f0fa93

Browse files
committed
test windows only
1 parent 81974a0 commit 9f0fa93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [
25-
macos-13, # x64
26-
macos-14, # ARM
27-
ubuntu-latest, # x64
28-
buildjet-2vcpu-ubuntu-2204-arm, # ARM
29-
# windows-latest, # deactivated for now as there is still a Windows issue
25+
# macos-13, # x64
26+
# macos-14, # ARM
27+
# ubuntu-latest, # x64
28+
# buildjet-2vcpu-ubuntu-2204-arm, # ARM
29+
windows-latest,
3030
]
3131

3232
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)