From 9b41a86f8e2f55725f89210ab120b74e1119d31f Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 3 Mar 2020 10:06:21 -0500 Subject: [PATCH] Update Travis CI to XCode 11.3 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1aaccabb..a6730205 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,7 +109,7 @@ matrix: # MacOS builds - name: "KEMs: MacOS + Clang" os: osx - osx_image: xcode11.2 + osx_image: xcode11.3 compiler: clang before_install: - pip3 install -r requirements.txt @@ -136,7 +136,7 @@ matrix: - ccache - name: "KEMs: MacOS + GCC9" os: osx - osx_image: xcode11.2 + osx_image: xcode11.3 compiler: gcc addons: homebrew: @@ -167,7 +167,7 @@ matrix: - "cd test && travis_wait 60 python3 -m pytest --numprocesses=auto" - name: "SIGs on MacOS + Clang" os: osx - osx_image: xcode11.2 + osx_image: xcode11.3 compiler: clang before_install: - pip3 install -r requirements.txt @@ -194,7 +194,7 @@ matrix: - ccache - name: "SIGs on MacOS + GCC9" os: osx - osx_image: xcode11.2 + osx_image: xcode11.3 compiler: gcc addons: homebrew: