Use 20.04 for gcc-9 and above

This commit is contained in:
Peter Dimov
2021-08-21 21:03:48 +03:00
parent 6a59e6db39
commit a9f5da7799

View File

@ -45,13 +45,13 @@ jobs:
install: g++-8 install: g++-8
- toolset: gcc-9 - toolset: gcc-9
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-18.04 os: ubuntu-20.04
- toolset: gcc-10 - toolset: gcc-10
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-18.04 os: ubuntu-20.04
- toolset: gcc-11 - toolset: gcc-11
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
os: ubuntu-18.04 os: ubuntu-20.04
install: g++-11 install: g++-11
- toolset: clang - toolset: clang
compiler: clang++-3.5 compiler: clang++-3.5