Skip to content

Commit d4ed138

Browse files
committed
update macos target
1 parent a6ac85e commit d4ed138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: ${{ matrix.buildplat[0] != 'macos-11' }}
8484
env:
8585
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
86-
MACOSX_DEPLOYMENT_TARGET: "10.14"
86+
MACOSX_DEPLOYMENT_TARGET: "12.0"
8787
run: python -m cibuildwheel --output-dir wheelhouse
8888

8989
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)