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 @@ -131,7 +131,7 @@ jobs:
131131 run : brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom libde265 jpeg-turbo
132132
133133 - name : Install libheif
134- run : sudo PH_LIGHT_ACTION=1 python3 libheif/build_libs.py
134+ run : sudo PH_LIGHT_ACTION=1 MACOSX_DEPLOYMENT_TARGET="10.15" python3 libheif/build_libs.py
135135
136136 - name : Install dependencies for Pillow
137137 run : brew install libjpeg little-cms2
@@ -143,7 +143,7 @@ jobs:
143143 env :
144144 CIBW_ARCHS : " x86_64"
145145 CIBW_ENVIRONMENT_MACOS : PH_LIGHT_ACTION=1 TEST_DECODE_THREADS=0
146- MACOSX_DEPLOYMENT_TARGET : " 13.0 "
146+ MACOSX_DEPLOYMENT_TARGET : " 10.15 "
147147
148148 - name : Check built wheels
149149 run : |
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 run : brew uninstall --force --ignore-dependencies imagemagick libheif x265 aom libde265 jpeg-turbo
119119
120120 - name : Install libheif
121- run : sudo python3 libheif/build_libs.py
121+ run : sudo MACOSX_DEPLOYMENT_TARGET="10.15" python3 libheif/build_libs.py
122122
123123 - name : Install dependencies for Pillow
124124 run : brew install libjpeg little-cms2
@@ -130,7 +130,7 @@ jobs:
130130 env :
131131 CIBW_ARCHS : " x86_64"
132132 CIBW_ENVIRONMENT_MACOS : PH_FULL_ACTION=1 TEST_DECODE_THREADS=0
133- MACOSX_DEPLOYMENT_TARGET : " 13.0 "
133+ MACOSX_DEPLOYMENT_TARGET : " 10.15 "
134134
135135 - name : Check built wheels
136136 run : |
You can’t perform that action at this time.
0 commit comments