]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
travis/macos: use xcode 8.3 build image
authorJason Ish <ish@unx.ca>
Mon, 25 Feb 2019 19:44:19 +0000 (13:44 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 5 Mar 2019 12:30:02 +0000 (13:30 +0100)
Travis retired the xcode 8.1 image and has already been
routing this build to the xcode 8.3 image.

.travis.yml

index 9798f884b48001b0aaf87c38ab891cdfbe59380e..e30f5e49eadfb5d616bb642e0981c2ba5b554b22 100644 (file)
@@ -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"