aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-07-14 13:31:16 +0800
committerfanquake <fanquake@gmail.com>2020-02-03 19:49:46 +0800
commit7e2104433cd0905ccf94632511b3ca0ce5b0463b (patch)
tree46e866f9b46d139f3ee93991051e5e5d9be563d3 /ci
parentca5055a5aa07aba81a87cf12f6f0526a63c423b5 (diff)
downloadbitcoin-7e2104433cd0905ccf94632511b3ca0ce5b0463b.tar.xz
build: use macOS 10.14 SDK
Co-Authored-By: Carl Dong <accounts@carldong.me>
Diffstat (limited to 'ci')
-rw-r--r--ci/test/00_setup_env_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac.sh
index af166b6ca7..2f3d45f1fc 100644
--- a/ci/test/00_setup_env_mac.sh
+++ b/ci/test/00_setup_env_mac.sh
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
export HOST=x86_64-apple-darwin16
export PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools"
-export OSX_SDK=10.11
+export OSX_SDK=10.14
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"