File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments