Skip to content

Commit 4b5c9bd

Browse files
committed
enable arm64 GHA runners
1 parent c33ac07 commit 4b5c9bd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,14 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
os: [ubuntu-latest, macos-latest, windows-latest]
39+
os: [ubuntu-latest, macos-12, macos-14, windows-latest]
4040

4141
steps:
4242
- uses: actions/checkout@v4
4343
with:
4444
submodules: true
4545

4646
- uses: pypa/[email protected]
47-
env:
48-
# Cross-compile on macOS
49-
CIBW_ARCHS_MACOS: x86_64 arm64
50-
51-
# Temporary: use pre-release Python 3.12 for stable ABI builds
52-
CIBW_PRERELEASE_PYTHONS: True
5347

5448
- name: Verify clean directory
5549
run: git diff --exit-code

0 commit comments

Comments
 (0)