Merge pull request #1708 from cclauss/patch-1

Travis CI: Add Xcode 12 on macOS 10.15.5
This commit is contained in:
Anton Petrov 2021-02-24 13:07:44 +03:00 committed by GitHub
commit b4a5bb3d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,16 +17,17 @@ os:
- osx - osx
dist: dist:
- xenial - focal
# https://docs.travis-ci.com/user/reference/osx/#macos-version # https://docs.travis-ci.com/user/reference/osx/#macos-version
osx_image: osx_image:
- xcode9.4.1 - xcode9.4.1 # macOS 10.13.6
- xcode10.3 - xcode10.3 # macOS 10.14.4
- xcode11.3 - xcode11.6 # macOS 10.15.7
- xcode12.2 # macOS 10.15.7
env: env:
- PYTHON_BUILD_VERSION=3.8.0 - PYTHON_BUILD_VERSION=3.9.1
- PYTHON_BUILD_VERSION=3.7.5 - PYTHON_BUILD_VERSION=3.7.5
before_install: before_install:
@ -60,7 +61,7 @@ jobs:
osx_image: xcode10 osx_image: xcode10
allow_failures: allow_failures:
- env: PYTHON_BUILD_VERSION=3.8.0 - env: PYTHON_BUILD_VERSION=3.9.1
stages: stages:
- test shell - test shell