Use newer macOS image for python3 testing

This commit is contained in:
Boris Staletic 2019-12-11 12:05:01 +01:00 committed by Wenzel Jakob
parent fe2a06e339
commit dc9006db4f

View File

@ -138,7 +138,7 @@ matrix:
env: PYTHON=2.7 CPP=14 CLANG CMAKE=1 env: PYTHON=2.7 CPP=14 CLANG CMAKE=1
- os: osx - os: osx
name: Python 3.7, c++14, AppleClang 9, Debug build name: Python 3.7, c++14, AppleClang 9, Debug build
osx_image: xcode9 osx_image: xcode9.4
env: PYTHON=3.7 CPP=14 CLANG DEBUG=1 env: PYTHON=3.7 CPP=14 CLANG DEBUG=1
# Test a PyPy 2.7 build # Test a PyPy 2.7 build
- os: linux - os: linux