Skip to content

Commit ab1ae5c

Browse files
committed
ci: set MACOSX_DEPLOYMENT_TARGET to version 14.0 as required by liblzma.
1 parent 9556a62 commit ab1ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
188188
CIBW_BUILD_VERBOSITY: 1
189189

190-
MACOSX_DEPLOYMENT_TARGET: '10.12'
190+
MACOSX_DEPLOYMENT_TARGET: '14.0'
191191

192192
- name: Upload artifacts
193193
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1

0 commit comments

Comments
 (0)