From 117fc67077ed3bbd10ad4ae83f934d49e5da2cec Mon Sep 17 00:00:00 2001 From: Alexey Ochapov Date: Fri, 16 Jul 2021 22:08:22 +0300 Subject: [PATCH] CI: replace g++ C++20 build to test FP formatting at compile-time --- .github/workflows/linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2c32fbcb..7f8500ef 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -24,10 +24,11 @@ jobs: build_type: Debug std: 17 os: ubuntu-18.04 - - cxx: g++-10 + - cxx: g++-11 build_type: Debug std: 20 os: ubuntu-20.04 + install: sudo apt install g++-11 - cxx: clang++-9 build_type: Debug fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON