Bump continuous integration to g++10
This commit is contained in:
parent
bea23c6bf2
commit
cd2172eed6
|
@ -29,7 +29,7 @@ linux_task:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
- name: linux_gcc
|
- name: linux_gcc
|
||||||
container:
|
container:
|
||||||
image: gcc:9
|
image: gcc:10
|
||||||
test_script: make -j4 test
|
test_script: make -j4 test
|
||||||
env:
|
env:
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
|
@ -42,7 +42,7 @@ macos_task:
|
||||||
env:
|
env:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
- name: macos_gcc
|
- name: macos_gcc
|
||||||
gcc_script: brew install gcc@9
|
gcc_script: brew install gcc@10
|
||||||
env:
|
env:
|
||||||
CXX: g++-9
|
CXX: g++-10
|
||||||
test_script: make -j4 test
|
test_script: make -j4 test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user