aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors
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 /contrib/gitian-descriptors
parent50e019a97a5b49caee867ec7d630fca908caed9d (diff)
downloadbitcoin-a52ecc936a267cae97c2f313743bf75d5af07700.tar.xz
build: set minimum supported macOS to 10.14
Diffstat (limited to 'contrib/gitian-descriptors')
-rw-r--r--contrib/gitian-descriptors/gitian-osx.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml
index 0479a49514..9304c949db 100644
--- a/contrib/gitian-descriptors/gitian-osx.yml
+++ b/contrib/gitian-descriptors/gitian-osx.yml
@@ -37,7 +37,7 @@ script: |
set -e -o pipefail
WRAP_DIR=$HOME/wrapped
- HOSTS="x86_64-apple-darwin16"
+ HOSTS="x86_64-apple-darwin18"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage"
FAKETIME_HOST_PROGS=""
FAKETIME_PROGS="ar ranlib date dmg genisoimage"