Skip to content

Commit 520c5fc

Browse files
authored
Try ubuntu-22.04 in place of ubuntu-20.04
This is what numpy uses, I think.
1 parent 39c0532 commit 520c5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-2022, macos-13, macos-14]
12+
os: [ubuntu-22.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)