1
0

Actually fix CI build wheels. (#18213)

Follows: #18212

---------

Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
This commit is contained in:
reivilibre
2025-03-05 14:20:17 +00:00
committed by GitHub
parent b7946c29be
commit 69aceef8f6
5 changed files with 16 additions and 16 deletions

View File

@@ -139,7 +139,7 @@ jobs:
python-version: "3.x"
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.1
run: python -m pip install cibuildwheel==2.23.0
- name: Set up QEMU to emulate aarch64
if: matrix.arch == 'aarch64'