mirror of
https://github.com/pyenv/pyenv.git
synced 2025-03-24 02:21:50 +00:00
Travis CI: Add Xcode 12 on macOS 10.15.5
This commit is contained in:
parent
8ac91b4fd6
commit
a488feb9bf
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue