Skip to content

Commit d083fa3

Browse files
committed
Remove MACOSX_DEPLOYMENT_TARGET
1 parent 0599b7d commit d083fa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
build_wheels:
3232
runs-on: ${{ matrix.os_dist.os }}
3333
env:
34-
MACOSX_DEPLOYMENT_TARGET: "10.15"
3534
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
3635
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3736
CIBW_BEFORE_BUILD: pip install --upgrade ninja

0 commit comments

Comments
 (0)