Skip to content

Commit 39c0532

Browse files
authored
Try windows-2022 in place of removed windows-2019
1 parent b0eca09 commit 39c0532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# macos-13 is an intel runner, macos-14 is apple silicon
12-
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
12+
os: [ubuntu-20.04, windows-2022, macos-13, macos-14]
1313
env:
1414
# Seems to have trouble parsing our setup.py, thus:
1515
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"

0 commit comments

Comments
 (0)