Skip to content

Commit 3f9a5a4

Browse files
committed
ci: Test on Ubuntu 22.04 instead of 20.04
Ubuntu 20.04 is past end-of-life and is no longer supported by GitHub Actions. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 32347d9 commit 3f9a5a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)