From cb9afbd85fbbae7cfe856658a161d1a5244fede0 Mon Sep 17 00:00:00 2001 From: Amit D Date: Mon, 4 Mar 2024 16:03:36 +0200 Subject: [PATCH] autotools.yml: Remove the clang++ 14 on Linux job --- .github/workflows/autotools.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 87892d35..b824b471 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -13,8 +13,7 @@ jobs: fail-fast: false matrix: config: - - { name: ubuntu-22.04-clang-15-autotools, os: ubuntu-22.04, cxx: clang++-15 } - - { name: ubuntu-22.04-clang-14-autotools, os: ubuntu-22.04, cxx: clang++-14 } #installed + - { name: ubuntu-22.04-clang-15-autotools, os: ubuntu-22.04, cxx: clang++-15 } #installed - { name: ubuntu-22.04-gcc-12-autotools, os: ubuntu-22.04, cxx: g++-12 } #installed - { name: ubuntu-22.04-gcc-11-autotools, os: ubuntu-22.04, cxx: g++-11 } #installed