1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 09:07:19 +02:00

Update xcode version to 10.1

This commit is contained in:
Filip Gawin 2018-11-15 16:00:16 +00:00
parent 80666bc38d
commit df0bda35e1

View File

@ -31,7 +31,7 @@ matrix:
- os: osx
compiler: clang
env: NAME="Apple macOS" NAME_SUFFIX="mac"
osx_image: xcode9.4
osx_image: xcode10.1
install:
- brew update
- /usr/bin/yes | pip2 uninstall numpy # see https://github.com/travis-ci/travis-ci/issues/6688