From 6cebf59f14394467710a3cd94b10f9f04962d47a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris <sideris.konstantin@gmail.com> Date: Thu, 12 Apr 2018 18:10:00 +0300 Subject: [PATCH] Update macOS builds to XCode 9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c52f40e41..e3ab394f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ notifications: matrix: include: - os: osx - osx_image: xcode8 + osx_image: xcode9 compiler: clang env: - OPENSLL_ROOT_DIR=/usr/local/opt/openssl -- GitLab