Skip to content

Commit f9e87cc

Browse files
Workflow: Add mac os x86_64 support
1 parent 0fafd47 commit f9e87cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
env:
3131
CIBW_ARCHS: "${{ matrix.arch }}"
3232
CIBW_SKIP: "cp314*"
33+
CIBW_ARCHS_MACOS: "arm64 x86_64"
34+
CIBW_ENVIRONMENT_MACOS: 'MACOSX_DEPLOYMENT_TARGET=11.0'
3335

3436
- name: Upload wheels
3537
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)