Update macOS/Xcode version to latest for travis.

Use "osx_image: xcode12" which is Xcode 12.0 and macOS 10.15.5, the
latest available for travis.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2020-07-09 09:52:54 +00:00
parent a5f863f390
commit 7fbb017cd5
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ matrix:
- env: BUILD_ENV=libretro CC=clang CXX=clang++
- env: BUILD_ENV=mac
os: osx
osx_image: xcode10.2
osx_image: xcode12
install: export PATH="/usr/local/opt/ccache/libexec:$PATH"
before_install: