We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8c26e commit 827f42eCopy full SHA for 827f42e
1 file changed
.github/workflows/release-wheels.yml
@@ -38,6 +38,7 @@ jobs:
38
39
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
40
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
41
+ MACOSX_DEPLOYMENT_TARGET: "15.0"
42
43
# Speed + sanity
44
CIBW_BUILD_VERBOSITY: 1
0 commit comments