We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345b52c commit ce9a690Copy full SHA for ce9a690
1 file changed
.github/workflows/wheels.yml
@@ -11,8 +11,8 @@ jobs:
11
strategy:
12
matrix:
13
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: "" }
+ - { runs_on: ubuntu-22.04, sys: manylinux, arch: x86_64, benv: "" }
+ - { runs_on: ubuntu-22.04, sys: musllinux, arch: x86_64, benv: "" }
16
- { runs_on: macos-14, sys: macosx, arch: arm64, benv: "14.0" }
17
python:
18
- { cp: "cp38", rel: "3.8" }
0 commit comments