From: Jason Ish Date: Mon, 25 Feb 2019 19:44:19 +0000 (-0600) Subject: travis/macos: use xcode 8.3 build image X-Git-Tag: suricata-5.0.0-beta1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fff927fa4a82bf778238a4d698637d2834b12f39;p=thirdparty%2Fsuricata.git 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. --- diff --git a/.travis.yml b/.travis.yml index 9798f884b4..e30f5e49ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"