From 7be003818693ab41039aa0eecee869cf7186173a Mon Sep 17 00:00:00 2001 From: MerryMage Date: Wed, 14 Aug 2019 20:59:13 +0100 Subject: [PATCH] Reduce requirements to macOS 10.12 --- .travis/build-x86_64-macos/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build-x86_64-macos/build.sh b/.travis/build-x86_64-macos/build.sh index b67a322f..3340b218 100755 --- a/.travis/build-x86_64-macos/build.sh +++ b/.travis/build-x86_64-macos/build.sh @@ -4,7 +4,7 @@ set -e set -x set -o pipefail -export MACOSX_DEPLOYMENT_TARGET=10.14 +export MACOSX_DEPLOYMENT_TARGET=10.12 mkdir build && cd build cmake .. -GXcode -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DDYNARMIC_TESTS=0