From 7c43d27a21c060f90bd0ea46293460f1a00ce6db Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 4 Jan 2023 20:50:20 +0100 Subject: [PATCH] ci: there is no clang-12 on jammy --- .github/workflows/ci-conan.yml | 4 ++-- .github/workflows/ci-test-package-cmake.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 09026c16..85a49cb7 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -89,7 +89,7 @@ jobs: } - { name: "Ubuntu Clang-12 + libstdc++11", - os: ubuntu-22.04, + os: ubuntu-20.04, compiler: { type: CLANG, @@ -102,7 +102,7 @@ jobs: } - { name: "Ubuntu Clang-12 + libc++", - os: ubuntu-22.04, + os: ubuntu-20.04, compiler: { type: CLANG, diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 37e4a5fd..d0692b62 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -93,7 +93,7 @@ jobs: } - { name: "Ubuntu Clang-12 + libstdc++11", - os: ubuntu-22.04, + os: ubuntu-20.04, compiler: { type: CLANG, @@ -106,7 +106,7 @@ jobs: } - { name: "Ubuntu Clang-12 + libc++", - os: ubuntu-22.04, + os: ubuntu-20.04, compiler: { type: CLANG,