Skip to content

Commit

Permalink
Not building amd64 wheels on macos due to GitHub changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Dec 3, 2024
1 parent 9ffe7fb commit 87fe726
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,20 +213,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
os: [ubuntu-20.04, windows-latest, macos-13, macos-14]
arch: [auto]
include:
- os: ubuntu-20.04
arch: aarch64
- os: macos-latest
arch: arm64
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v2
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.3
uses: pypa/cibuildwheel@v2.22.0
with:
output-dir: dist
env:
Expand Down

0 comments on commit 87fe726

Please sign in to comment.