Skip to content

Commit

Permalink
Update MacOS deployment target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Nov 29, 2024
1 parent b614c5c commit 6e9a225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CIBW_ARCHS: x86_64
CIBW_ENVIRONMENT: >
EXIV2_ROOT=libexiv2/build-base_mac/install
MACOSX_DEPLOYMENT_TARGET="10.15"
MACOSX_DEPLOYMENT_TARGET="13.0"
CIBW_SKIP: pp3*
CIBW_BUILD: cp313*
CIBW_TEST_COMMAND: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-arm-28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CIBW_ARCHS: arm64
CIBW_ENVIRONMENT: >
EXIV2_ROOT=libexiv2/build-base_mac/install
MACOSX_DEPLOYMENT_TARGET="10.15"
MACOSX_DEPLOYMENT_TARGET="14.0"
CIBW_SKIP: pp3*
CIBW_BUILD: cp313*
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit 6e9a225

Please sign in to comment.