Skip to content

Commit 2448cad

Browse files
committed
ci: skip Windows 3.14
Signed-off-by: Henry Schreiner <[email protected]>
1 parent d47bf81 commit 2448cad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ jobs:
9090
- python-version: "3.12"
9191
runs-on: windows-latest
9292
cmake-version: "3.26.x"
93-
- python-version: "3.14"
94-
runs-on: windows-latest
95-
cmake-version: "4.0.x"
93+
# TODO: CMake doesn't work with beta 1 on Windows
94+
# - python-version: "3.14"
95+
# runs-on: windows-latest
96+
# cmake-version: "4.0.x"
9697
- python-version: "3.13"
9798
runs-on: windows-latest
9899
cmake-version: "3.26.x"

0 commit comments

Comments
 (0)