Skip to content

Commit

Permalink
Merge pull request pyenv#1708 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI: Add Xcode 12 on macOS 10.15.5
  • Loading branch information
anton-petrov authored Feb 24, 2021
2 parents 3fbbc15 + 1e5938a commit b4a5bb3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ os:
- osx

dist:
- xenial
- focal

# 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.6
- xcode10.3 # macOS 10.14.4
- xcode11.6 # macOS 10.15.7
- xcode12.2 # macOS 10.15.7

env:
- PYTHON_BUILD_VERSION=3.8.0
- PYTHON_BUILD_VERSION=3.9.1
- PYTHON_BUILD_VERSION=3.7.5

before_install:
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
osx_image: xcode10

allow_failures:
- env: PYTHON_BUILD_VERSION=3.8.0
- env: PYTHON_BUILD_VERSION=3.9.1

stages:
- test shell
Expand Down

0 comments on commit b4a5bb3

Please sign in to comment.