We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6d9c0 commit 67084bfCopy full SHA for 67084bf
.github/workflows/build-macos-28.yml
@@ -26,7 +26,8 @@ jobs:
26
CIBW_ARCHS: x86_64
27
CIBW_ENVIRONMENT: >
28
EXIV2_ROOT=libexiv2/build-base_mac/install
29
- MACOSX_DEPLOYMENT_TARGET="10.15"
+ MACOSX_DEPLOYMENT_TARGET="13.0"
30
+ SYSTEM_VERSION_COMPAT=0
31
CIBW_SKIP: pp3*
32
CIBW_TEST_COMMAND: >
33
python -m exiv2 -v &&
.github/workflows/build-macos-arm-28.yml
CIBW_ARCHS: arm64
+ MACOSX_DEPLOYMENT_TARGET="14.0"
0 commit comments