Merge branch 'feature/gha-gcc12-nosan' into develop

This commit is contained in:
Peter Dimov 2022-06-03 22:54:39 +03:00
commit e690e8910c

View File

@ -49,6 +49,10 @@ jobs:
cxxstd: "03,11,14,17,2a"
os: ubuntu-20.04
install: g++-11
- toolset: gcc-12
cxxstd: "03,11,14,17,2a"
os: ubuntu-22.04
install: g++-12
- toolset: gcc-12
cxxstd: "03,11,14,17,2a"
os: ubuntu-22.04