From b65ec5c3697c957032b70082c847d6b8f0687d33 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 19 Feb 2021 18:23:47 +0000 Subject: Travis update to use newer macOS 10.15.7 xcode12.2 --- .travis.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 093a1e98e..735882e73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -343,51 +343,64 @@ matrix: dist: xenial - compiler: gcc os: osx + osx_image: xcode12.2 env: SWIGLANG= - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG= - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=csharp - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=go - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=guile CSTD=c11 - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=java - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=lua - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=octave SWIGJOBS=-j2 CPP11=1 - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=perl5 - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=python - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=python PY3=3 - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=ruby - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=tcl - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=java CPP17=1 - osx_image: xcode10.2 - compiler: clang os: osx + osx_image: xcode12.2 env: SWIGLANG=python PY3=3 CPP17=1 - osx_image: xcode10.2 allow_failures: # Newer version of D not yet working/supported -- cgit v1.2.1