Skip to content

Commit ce9a690

Browse files
committed
ci: wheels: ubuntu 20.04 is deprecated on github actions, upgrading
1 parent 345b52c commit ce9a690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
buildplat:
14-
- { runs_on: ubuntu-20.04, sys: manylinux, arch: x86_64, benv: "" }
15-
- { runs_on: ubuntu-20.04, sys: musllinux, arch: x86_64, benv: "" }
14+
- { runs_on: ubuntu-22.04, sys: manylinux, arch: x86_64, benv: "" }
15+
- { runs_on: ubuntu-22.04, sys: musllinux, arch: x86_64, benv: "" }
1616
- { runs_on: macos-14, sys: macosx, arch: arm64, benv: "14.0" }
1717
python:
1818
- { cp: "cp38", rel: "3.8" }

0 commit comments

Comments
 (0)