We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c0532 commit 520c5fcCopy full SHA for 520c5fc
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-2022, macos-13, macos-14]
+ os: [ubuntu-22.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