summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic L <frederic.laing.development@gmail.com>2018-10-25 08:35:42 +0200
committerGitHub <noreply@github.com>2018-10-25 08:35:42 +0200
commit942def7831a50167362cad5b2f60c6abbfa83af3 (patch)
tree5ba55d0ebe180bf5cc878119a3d3fc445b952db7
parentMerge pull request #1468 from DarkLordZach/profile-manager-ui (diff)
downloadyuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar
yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.gz
yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.bz2
yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.lz
yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.xz
yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.tar.zst
yuzu-942def7831a50167362cad5b2f60c6abbfa83af3.zip
-rwxr-xr-x.travis/macos/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh
index dce12099b..19fb5d445 100755
--- a/.travis/macos/build.sh
+++ b/.travis/macos/build.sh
@@ -2,7 +2,7 @@
set -o pipefail
-export MACOSX_DEPLOYMENT_TARGET=10.13
+export MACOSX_DEPLOYMENT_TARGET=10.14
export Qt5_DIR=$(brew --prefix)/opt/qt5
export UNICORNDIR=$(pwd)/externals/unicorn
export PATH="/usr/local/opt/ccache/libexec:$PATH"