Skip to content

Commit 2576e7d

Browse files
committed
Try targeting MacOS 10.13+ on intel macos builds
1 parent 7ceec2c commit 2576e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
env:
4141
CIBW_SKIP: "pp* *-musllinux_* *-win32"
4242
CIBW_ARCHS: ${{ matrix.cibw_archs }}
43+
MACOSX_DEPLOYMENT_TARGET: "10.13"
4344

4445
- uses: actions/upload-artifact@v4
4546
with:

0 commit comments

Comments
 (0)