From a319517ca83ca5d6ad07dded7ada4cc3bd232a24 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 3 May 2019 16:36:55 -0400 Subject: [PATCH] travis: Bump macOS deployment version to 10.14 Some of std::variant's functions are only available in 10.14 and later. --- .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 3340b218..b67a322f 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.12 +export MACOSX_DEPLOYMENT_TARGET=10.14 mkdir build && cd build cmake .. -GXcode -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DDYNARMIC_TESTS=0