Update OSX environment to Sierra
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 8 Jan 2019 13:41:48 +0000 (14:41 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 13:41:48 +0000 (14:41 +0100)
as homebrew seems to have dropped support for El Capitan in their gcc packages

.travis.yml

index 3f323a8..51679af 100644 (file)
@@ -149,7 +149,7 @@ matrix:
 
     - &test-macos
       os: osx
-      osx_image: xcode8
+      osx_image: xcode8.3
       before_script:
         - COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
         - brew update