aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_mac.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-11-18 21:38:21 +0800
committerfanquake <fanquake@gmail.com>2020-11-18 21:46:09 +0800
commita52ecc936a267cae97c2f313743bf75d5af07700 (patch)
treeb604332fdaa40a4c053cd36a3480c15c0ee77515 /ci/test/00_setup_env_mac.sh
parent50e019a97a5b49caee867ec7d630fca908caed9d (diff)
downloadbitcoin-a52ecc936a267cae97c2f313743bf75d5af07700.tar.xz
build: set minimum supported macOS to 10.14
Diffstat (limited to 'ci/test/00_setup_env_mac.sh')
-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 e4450a65ce..4a022f9b39 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 CONTAINER_NAME=ci_macos_cross
export DOCKER_NAME_TAG=ubuntu:18.04 # Check that bionic can cross-compile to macos (bionic is used in the gitian build as well)
-export HOST=x86_64-apple-darwin16
+export HOST=x86_64-apple-darwin18
export PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python3-dev python3-setuptools"
export XCODE_VERSION=11.3.1
export XCODE_BUILD_ID=11C505