From 9cadfbb6cd3d03a1a72526a1396fb5f1b079cc0d Mon Sep 17 00:00:00 2001 From: nighthawk469 Date: Sun, 25 Apr 2021 13:26:50 +0000 Subject: [PATCH] Change travis script back to how it was. To avoid compiler error from old clang version. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8d2ab43f3..d019b5526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,9 @@ addons: ] matrix: include: - - name: OpenMW (all) on MacOS 10.15 with Xcode 10.2 + - name: OpenMW (all) on MacOS 10.15 with Xcode 11.6 os: osx - osx_image: xcode10.2 + osx_image: xcode11.6 - name: OpenMW (all) on Ubuntu Focal with GCC os: linux dist: focal