File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ builder-image:
3737 image : $CI_REGISTRY_IMAGE:builder-$CI_COMMIT_REF_SLUG
3838 variables :
3939 SDK_URL : https://bitcoincore.org/depends-sources/sdks
40- OSX_SDK : " 10.11 "
40+ OSX_SDK : " 10.14 "
4141 MAKEJOBS : -j4
4242 before_script :
4343 - echo HOST=$HOST
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ after_success:
314314 env : >-
315315 HOST=x86_64-apple-darwin16
316316 PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools"
317- OSX_SDK=10.11
317+ OSX_SDK=10.14
318318 RUN_UNIT_TESTS=false
319319 RUN_FUNCTIONAL_TESTS=false
320320 GOAL="deploy"
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ elif [ "$BUILD_TARGET" = "linux64_release" ]; then
8383elif [ " $BUILD_TARGET " = " mac" ]; then
8484 export HOST=x86_64-apple-darwin16
8585 export BITCOIN_CONFIG=" --enable-gui --enable-reduce-exports --disable-miner"
86- export OSX_SDK=10.11
86+ export OSX_SDK=10.14
8787 export GOAL=" all deploy"
8888 export RUN_UNITTESTS=false
8989 export RUN_INTEGRATIONTESTS=false
You can’t perform that action at this time.
0 commit comments