We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eca09 commit 39c0532Copy full SHA for 39c0532
1 file changed
.github/workflows/cibuildwheel.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
# macos-13 is an intel runner, macos-14 is apple silicon
12
- os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
+ os: [ubuntu-20.04, windows-2022, macos-13, macos-14]
13
env:
14
# Seems to have trouble parsing our setup.py, thus:
15
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
0 commit comments