travis/macos: use xcode 8.3 build image

Travis retired the xcode 8.1 image and has already been
routing this build to the xcode 8.3 image.
pull/3706/head
Jason Ish 8 years ago committed by Victor Julien
parent 08fb4d790e
commit fff927fa4a

@ -172,10 +172,10 @@ matrix:
apt:
packages:
- *packages-without-jansson
# OSX 10.12, XCode 8.1
# OSX 10.13, XCode 8.3
- os: osx
compiler: gcc
osx_image: xcode8.1
osx_image: xcode8.3
sudo: true
env:
- NAME="osx,gcc"

Loading…
Cancel
Save