Skip to content

Commit efa6796

Browse files
committed
More 16392
1 parent 5fb10c2 commit efa6796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

ci/matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ elif [ "$BUILD_TARGET" = "linux64_release" ]; then
8383
elif [ "$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

0 commit comments

Comments
 (0)