Skip to content

Commit 83544f3

Browse files
test
1 parent 2d7663f commit 83544f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-22.04, windows-2022]
13+
os: [ubuntu-20.04, windows-2022]
1414
# os: [ubuntu-20.04]
1515

1616
steps:
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '3.x'
2222

2323
- name: Set up QEMU
24-
if: matrix.os == 'ubuntu-22.04'
24+
if: matrix.os == 'ubuntu-20.04'
2525
uses: docker/setup-qemu-action@v2
2626
- name: Build wheels
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = { file = "README.rst", content-type = "text/x-rst" }
1212

1313
[tool.cibuildwheel]
1414
manylinux-x86_64-image = "manylinux2014"
15-
manylinux-aarch64-image = "manylinux2014"
15+
manylinux-aarch64-image = "manylinux_2_28"
1616

1717
skip = ["pp*", "*-win32", "*-manylinux_i686", "*cp36*", "*cp37*", "*-musllinux_*", "cp38-macosx_x86_64", "cp39-macosx_x86_64", "cp310-macosx_x86_64", "cp311-macosx_x86_64", "cp312-macosx_x86_64","cp313-macosx_x86_64"]
1818

0 commit comments

Comments
 (0)