Skip to content

Commit

Permalink
do not explicitly request arm64 in mac workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Dec 18, 2024
1 parent ff14d88 commit 03c5c31
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:


build_wheels_mac_arm64:
name: Build wheels on macos-14-arm64
runs-on: macos-14-arm64
name: Build wheels on macos-14
runs-on: macos-14 # apple silicon

steps:
- uses: actions/checkout@v4
Expand All @@ -44,12 +44,10 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-macos-14-arm64
name: cibw-wheels-macos-14
path: ./wheelhouse/*.whl


Expand Down Expand Up @@ -90,7 +88,7 @@ jobs:
version:
- {os: ubuntu-latest, python: '3.10'}
- {os: macOS-13, python: '3.10'}
- {os: macOS-14-arm64, python: '3.12'}
- {os: macOS-14, python: '3.12'}
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 03c5c31

Please sign in to comment.