From a948c0fac43dce2953e4ada607a0f523e24c4da7 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 27 Oct 2023 16:25:40 +0300 Subject: [PATCH] Use ubuntu:22.04 for clang 13, 14, 15 because GCC 13 breaks them --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6197642..6b61456 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,17 +116,20 @@ jobs: - toolset: clang compiler: clang++-13 cxxstd: "11,14,17,20,2b" - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 install: clang-13 - toolset: clang compiler: clang++-14 cxxstd: "11,14,17,20,2b" - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 install: clang-14 - toolset: clang compiler: clang++-15 cxxstd: "11,14,17,20,2b" - os: ubuntu-22.04 + os: ubuntu-latest + container: ubuntu:22.04 install: clang-15 - toolset: clang compiler: clang++-16