From e2facffe4d8edb3333598bddd2cfa08b768fa6b1 Mon Sep 17 00:00:00 2001 From: Alexey Ochapov Date: Thu, 8 Apr 2021 02:37:00 +0300 Subject: [PATCH] CI linux: remove excessive clang++-9 include --- .github/workflows/linux.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7e7218e7..cfde3f5f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -26,9 +26,6 @@ jobs: std: 20 cxxflags: -DFMT_COMPILE_TIME_CHECKS=1 os: ubuntu-20.04 - - cxx: clang++-9 - std: 11 - os: ubuntu-18.04 - cxx: clang++-9 build_type: Debug fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON