Skip to content

Commit f0f024e

Browse files
committed
Fix stupid GHA.
1 parent 48d3232 commit f0f024e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build wheels
6969
uses: pypa/[email protected]
7070
env:
71-
CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}"
71+
CIBW_BUILD: "cp3{7..14}-${{ matrix.wheel_type }}"
7272
CIBW_ARCHS_LINUX: auto aarch64
7373
CIBW_PRERELEASE_PYTHONS: True
7474
- uses: actions/upload-artifact@v4
@@ -78,7 +78,7 @@ jobs:
7878

7979
test_attaching_to_old_interpreters:
8080
needs: [build_wheels]
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-22.04
8282
strategy:
8383
fail-fast: false
8484
matrix:
@@ -116,7 +116,7 @@ jobs:
116116

117117
test_wheels:
118118
needs: [build_wheels]
119-
runs-on: ubuntu-20.04
119+
runs-on: ubuntu-22.04
120120
strategy:
121121
fail-fast: false
122122
matrix:
@@ -154,7 +154,7 @@ jobs:
154154

155155
test_free_threading:
156156
needs: [build_wheels]
157-
runs-on: ubuntu-20.04
157+
runs-on: ubuntu-22.04
158158
strategy:
159159
fail-fast: false
160160
matrix:

0 commit comments

Comments
 (0)