Add a GCC 12 job without sanitization

This commit is contained in:
Peter Dimov
2022-06-03 17:08:51 +03:00
parent 8a74b192b0
commit f8342e4b04

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