Skip to content

Commit 23d7b2d

Browse files
committed
Upgrade mac deployment target
1 parent 427dae2 commit 23d7b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install -r {project}/requirements-only-tests-min-locked.txt
3030
CIBW_TEST_COMMAND: >-
3131
pytest {project}/tests
32-
MACOSX_DEPLOYMENT_TARGET: "10.12"
32+
MACOSX_DEPLOYMENT_TARGET: "13.0"
3333
# # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
3434
# # MinGW on PATH that would be picked otherwise), switch to a static build for
3535
# # runtimes, but use dynamic linking for `VCRUNTIME140.dll`, `VCRUNTIME140_1.dll`,

0 commit comments

Comments
 (0)