Skip to content

Commit fbd3167

Browse files
authored
macos(arm) wheels: support macos13(Ventura) (#384)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 08e346a commit fbd3167

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/wheels-pi_heif.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom libde265
3131

3232
- name: Install libheif
33-
run: sudo PH_LIGHT_ACTION=1 python3 libheif/build_libs.py
33+
run: sudo PH_LIGHT_ACTION=1 MACOSX_DEPLOYMENT_TARGET="11.0" python3 libheif/build_libs.py
3434

3535
- name: Install dependencies for Pillow
3636
run: brew install libjpeg little-cms2
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
CIBW_ARCHS: "arm64"
4444
CIBW_ENVIRONMENT_MACOS: PH_LIGHT_ACTION=1
45-
MACOSX_DEPLOYMENT_TARGET: "14.0"
45+
MACOSX_DEPLOYMENT_TARGET: "11.0"
4646

4747
- name: Check built wheels
4848
run: |

.github/workflows/wheels-pillow_heif.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom libde265
2525

2626
- name: Install libheif
27-
run: sudo python3 libheif/build_libs.py
27+
run: sudo MACOSX_DEPLOYMENT_TARGET="11.0" python3 libheif/build_libs.py
2828

2929
- name: Install dependencies for Pillow
3030
run: brew install libjpeg little-cms2
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
CIBW_ARCHS: "arm64"
3838
CIBW_ENVIRONMENT_MACOS: PH_FULL_ACTION=1
39-
MACOSX_DEPLOYMENT_TARGET: "14.0"
39+
MACOSX_DEPLOYMENT_TARGET: "11.0"
4040

4141
- name: Check built wheels
4242
run: |

0 commit comments

Comments
 (0)