Skip to content

Commit 7ca32ce

Browse files
committed
Update workflows
- Set macos deployment target to 10.12
1 parent e94db7f commit 7ca32ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: python -m cibuildwheel --output-dir wheelhouse
3636
env:
3737
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.8'
38+
MACOSX_DEPLOYMENT_TARGET: '10.12'
3839

3940
- name: Upload artifacts
4041
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)