Update ci.yml

This commit is contained in:
Peter Dimov
2021-09-30 22:00:09 +03:00
parent 8787d13e65
commit 5eff93e41b

View File

@ -42,9 +42,11 @@ jobs:
- toolset: gcc-10
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04
install: g++-10
- toolset: gcc-11
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04
install: g++-11
- toolset: clang
compiler: clang++-3.9
cxxstd: "03,11,14"