Skip to content

Commit 4b43d58

Browse files
committed
Bump MACOSX_DEPLOYMENT_TARGET to 11.0
1 parent d083fa3 commit 4b43d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
build_wheels:
3232
runs-on: ${{ matrix.os_dist.os }}
3333
env:
34+
MACOSX_DEPLOYMENT_TARGET: "11.0"
3435
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
3536
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3637
CIBW_BEFORE_BUILD: pip install --upgrade ninja

0 commit comments

Comments
 (0)