Re-add gcc-9 on 18.04 for contrast

This commit is contained in:
Peter Dimov
2021-08-21 22:17:34 +03:00
parent a9f5da7799
commit 790c33d6a7

View File

@ -43,6 +43,9 @@ jobs:
cxxstd: "03,11,14,17,2a"
os: ubuntu-18.04
install: g++-8
- toolset: gcc-9
cxxstd: "03,11,14,17,2a"
os: ubuntu-18.04
- toolset: gcc-9
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04