From 9fe68b91c7b7c96c44d7de827a2a4835b82e55f2 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 27 Apr 2024 10:41:56 +0200 Subject: [PATCH] work on ci scripts --- .github/workflows/build_cmake.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 86b55ac..dc669ee 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -22,16 +22,16 @@ jobs: - name: "Ubuntu 22.04 Clang 13.0" os: ubuntu-22.04 build_type: Release - packages: ninja-build + packages: ninja-build libc++-13-dev generator: Ninja compatibility: "cxx_std_11;cxx_std_17;cxx_std_20" cc: clang-13 cxx: clang++-13 - - name: "Ubuntu 20.04 Clang 15.0" + - name: "Ubuntu 22.04 Clang 15.0" os: ubuntu-22.04 build_type: Release - packages: ninja-build + packages: ninja-build libc++-15-dev generator: Ninja compatibility: "cxx_std_11;cxx_std_17;cxx_std_20" cc: clang-15