From 7bc2da4a48f9ff040c3d03f910a3c0c516ffeac0 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 31 Oct 2023 11:33:36 +0100 Subject: [PATCH] Fix clang-14 run in CI (#1041) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 128572f8d..6914aa527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: compiler: [ g++-12, clang++-14 ] - standard: [ c++14, c++17, c++20 ] + standard: [ c++14, c++17 ] suite: [ github_ci_block_1, github_ci_block_2 ] steps: - uses: actions/checkout@v3