Skip to content
Closed
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
11 changes: 2 additions & 9 deletions .github/workflows/build_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
include:
- os: ubuntu-latest
cibw_archs: "x86_64"
- os: ubuntu-latest
- os: ubuntu-24.04-arm
cibw_archs: "aarch64"
- os: windows-2022
cibw_archs: "auto64"
# Include macos-13 to get Intel x86_64 macs and maos-latest to get the Aaarch64 macs
# Include macos-13 to get Intel x86_64 macs and macos-latest to get the Aaarch64 macs
- os: macos-13
cibw_archs: "x86_64"
- os: macos-latest
Expand All @@ -55,13 +55,6 @@ jobs:
steps:
- uses: actions/checkout@master

# This might not be necessary once ARM runners become available for general use
- name: Set up QEMU
if: matrix.cibw_archs == 'aarch64'
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Build wheels
uses: pypa/[email protected]
with:
Expand Down
Loading