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
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ matrix:
env: PYTHON=2.7 CPP=14 CLANG CMAKE=1
- os: osx
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
# Test a PyPy 2.7 build
- os: linux