We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda39ed commit f4da120Copy full SHA for f4da120
1 file changed
.github/workflows/cibuildwheel.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-22.04, windows-2022, macos-latest]
+ os: [ubuntu-24.04, windows-2022, macos-latest]
22
23
steps:
24
# Note: the action happens inside a docker image
@@ -52,7 +52,7 @@ jobs:
52
53
build_pypy_wheels:
54
name: Build pypy wheels
55
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
56
57
58
0 commit comments