From 6f842d86e8639d54a4cd9085044bcfc20fa274f8 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Thu, 10 May 2018 17:57:07 -0700 Subject: [PATCH] Try with more recent OSX. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7790f40642e..cfd5eadcbd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ matrix: - os: osx # We request the oldest image we can (corresponding to OSX 10.10) for maximum compatibility. # See: https://docs.travis-ci.com/user/reference/osx/#OS-X-Version - osx_image: xcode6.4 + osx_image: xcode7.3 language: generic env: - SHARD="OSX Native Engine Binary Builder"