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:
parent
a5f863f390
commit
7fbb017cd5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue