Travis CI: Add Xcode 12 on macOS 10.15.5

This commit is contained in:
Christian Clauss 2020-10-06 12:18:08 +02:00 committed by GitHub
parent 8ac91b4fd6
commit a488feb9bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,9 +21,10 @@ dist:
# https://docs.travis-ci.com/user/reference/osx/#macos-version
osx_image:
- xcode9.4.1
- xcode10.3
- xcode11.3
- xcode9.4.1 # macOS 10.13
- xcode10.3 # macOS 10.14.4
- xcode11.3 # macOS 10.14.6
- xcode12u # macOS 10.15.5
env:
- PYTHON_BUILD_VERSION=3.8.0