Skip to content

Commit

Permalink
Travis: Use Xcode 12.2 for all iOS & macOS builds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dcommander committed Nov 20, 2020
1 parent 1ac83cd commit d523435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit d523435

Please sign in to comment.