CI linux: add clang++-11 C++20 build

This commit is contained in:
Alexey Ochapov 2021-04-08 03:18:13 +03:00 committed by Victor Zverovich
parent 09dbad47e1
commit 1dbadb6527

View File

@ -34,6 +34,10 @@ jobs:
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
std: 17
os: ubuntu-18.04
- cxx: clang++-11
build_type: Debug
std: 20
os: ubuntu-20.04
steps:
- uses: actions/checkout@v2