mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Travis CI: Upgrade to the latest Xcode images (#1519)
This commit is contained in:
parent
36fc10fbfd
commit
a72ea0abca
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ dist:
|
||||||
|
|
||||||
# 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
|
- xcode9.4.1
|
||||||
- xcode10.3
|
- xcode10.3
|
||||||
- xcode11.2
|
- xcode11.3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PYTHON_BUILD_VERSION=3.8.0
|
- PYTHON_BUILD_VERSION=3.8.0
|
||||||
|
|
Loading…
Reference in a new issue