Update Travis CI to XCode 11.3
This commit is contained in:
parent
07f96fa057
commit
9b41a86f8e
@ -109,7 +109,7 @@ matrix:
|
|||||||
# MacOS builds
|
# MacOS builds
|
||||||
- name: "KEMs: MacOS + Clang"
|
- name: "KEMs: MacOS + Clang"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.2
|
osx_image: xcode11.3
|
||||||
compiler: clang
|
compiler: clang
|
||||||
before_install:
|
before_install:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
@ -136,7 +136,7 @@ matrix:
|
|||||||
- ccache
|
- ccache
|
||||||
- name: "KEMs: MacOS + GCC9"
|
- name: "KEMs: MacOS + GCC9"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.2
|
osx_image: xcode11.3
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
@ -167,7 +167,7 @@ matrix:
|
|||||||
- "cd test && travis_wait 60 python3 -m pytest --numprocesses=auto"
|
- "cd test && travis_wait 60 python3 -m pytest --numprocesses=auto"
|
||||||
- name: "SIGs on MacOS + Clang"
|
- name: "SIGs on MacOS + Clang"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.2
|
osx_image: xcode11.3
|
||||||
compiler: clang
|
compiler: clang
|
||||||
before_install:
|
before_install:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
@ -194,7 +194,7 @@ matrix:
|
|||||||
- ccache
|
- ccache
|
||||||
- name: "SIGs on MacOS + GCC9"
|
- name: "SIGs on MacOS + GCC9"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.2
|
osx_image: xcode11.3
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
|
Loading…
Reference in New Issue
Block a user