1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

Update Travis CI to XCode 11.3

This commit is contained in:
Thom Wiggers 2020-03-03 10:06:21 -05:00 committed by Kris Kwiatkowski
parent 5bad0df0b6
commit 1b69c78763

View File

@ -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: