From 27b58b6955edba830f448f04bda81c1d66105859 Mon Sep 17 00:00:00 2001 From: commitay Date: Sat, 9 Jun 2018 15:24:11 +1000 Subject: [PATCH] travis.yml: update xcode to 9.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fef0f91cad..4e85c4b924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: include: - os: osx compiler: clang - osx_image: xcode9.2 + osx_image: xcode9.4 - os: linux compiler: gcc sudo: false