use xcode8.3 for mac build (#1692)

use xcode8.3 for mac build
This commit is contained in:
Thomas Zarebczan 2018-12-08 14:38:35 -05:00 committed by Lex Berezhny
parent 3a4c9ff4f9
commit bf12fb68a2

View file

@ -86,14 +86,12 @@ jobs:
- <<: *build - <<: *build
name: "Mac" name: "Mac"
os: osx os: osx
osx_image: xcode8 osx_image: xcode8.3
language: generic language: generic
env: OS=mac env: OS=mac
cache: false cache: false
before_install: before_install:
- brew update
- brew upgrade python - brew upgrade python
- brew postinstall python
install: install:
- python3 --version - python3 --version
- pip3 --version - pip3 --version