Skip to content

Commit 64d98a0

Browse files
committed
CI: Test all manylinux versions that we use for wheel building.
1 parent acb066c commit 64d98a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
image:
9393
- manylinux_2_24_i686
9494
- manylinux_2_24_x86_64
95-
- manylinux_2_28_x86_64
95+
- manylinux_2_34_x86_64
9696
- musllinux_1_1_x86_64
9797
- musllinux_1_2_x86_64
9898
pyversion: ["cp"]
@@ -106,9 +106,9 @@ jobs:
106106
pyversion: "cp310"
107107
- image: manylinux_2_24_aarch64
108108
pyversion: "cp311"
109-
- image: manylinux_2_28_aarch64
109+
- image: manylinux_2_34_aarch64
110110
pyversion: "cp312"
111-
- image: manylinux_2_28_aarch64
111+
- image: manylinux_2_34_aarch64
112112
pyversion: "cp313"
113113

114114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)