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

ci: update macos image

This commit is contained in:
Anonymous Maarten 2018-08-10 00:20:41 +02:00
parent dc595748a0
commit 893e4ede06

View File

@ -26,7 +26,7 @@ matrix:
- scripts/docker/docker_travis.sh "conan_base.docker"
- os: osx
env: NAME="Apple macOS" NAME_SUFFIX="mac"
osx_image: xcode9.2
osx_image: xcode9.4
install:
- brew update
- /usr/bin/yes | pip2 uninstall numpy # see https://github.com/travis-ci/travis-ci/issues/6688