We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33ac07 commit 4b5c9bdCopy full SHA for 4b5c9bd
.github/workflows/wheels.yml
@@ -36,20 +36,14 @@ jobs:
36
strategy:
37
fail-fast: false
38
matrix:
39
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-12, macos-14, windows-latest]
40
41
steps:
42
- uses: actions/checkout@v4
43
with:
44
submodules: true
45
46
- uses: pypa/cibuildwheel@v2.17
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
53
54
- name: Verify clean directory
55
run: git diff --exit-code
0 commit comments