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.
This commit is contained in:
DRC
2020-11-19 19:30:38 -06:00
parent 1ac83cd636
commit d523435e18

View File

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