From d523435e18dde75d936db8c15be2cc49cde3b1ac Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 19 Nov 2020 19:30:38 -0600 Subject: [PATCH] Travis: Use Xcode 12.2 for all iOS & macOS builds There doesn't seem to be any performance or compatibility downside to this, and it has the advantages of simplicity and consistency between the PR and official builds. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f6a51fb..9d135dbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,6 @@ before_install: rm MacPorts-2.6.4-10.15-Catalina.pkg && sudo /opt/local/bin/port -N install yasm md5sha1sum && export PATH=/opt/local/bin:$PATH && - ln -fs /Applications/Xcode.app /Applications/Xcode83.app; ln -fs /Applications/Xcode.app /Applications/Xcode122.app; fi - if [ "${BUILD_OFFICIAL:-}" != "" ]; then