Skip to content

Commit 1f1b967

Browse files
committed
Put qemu again
1 parent 9f7dec4 commit 1f1b967

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CIBW_ARCHS_MACOS: "x86_64 arm64"
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-latest]
31+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
3232
arch: [x86_64, aarch64]
3333
# aarch64 is emulated, and it is giving issues with cibuildwheel
3434
# Just build for x86_64 for now (Mac arm64 is already covered by cibuildwheel)
@@ -57,6 +57,10 @@ jobs:
5757
# Use the most recent released python
5858
python-version: '3.x'
5959

60+
- name: Set up QEMU
61+
if: ${{ matrix.arch == 'aarch64' }}
62+
uses: docker/setup-qemu-action@v3
63+
6064
- name: Install Ninja
6165
id: ninja
6266
uses: turtlesec-no/get-ninja@main

0 commit comments

Comments
 (0)