Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
platform:
- os: ubuntu-latest
arch: x86_64
- os: ubuntu-latest
- os: ubuntu-24.04-arm
arch: aarch64
- os: macos-13
arch: universal
Expand All @@ -42,14 +42,6 @@ jobs:
submodules: true
fetch-depth: 0

# This facilitates building Linux+arm64 wheels
# https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Setup env (Windows)
if: matrix.platform.os == 'windows-latest'
run: |
Expand Down
Loading