travis: Bump macOS deployment version to 10.14

Some of std::variant's functions are only available in 10.14 and later.
This commit is contained in:
Lioncash 2019-05-03 16:36:55 -04:00
parent 41c1aa61df
commit 19f21d0be2
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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