From af5f62f6ced1cd3e061d10f48886f2ee5985eba2 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 16 May 2024 13:24:12 +0200 Subject: [PATCH] ci: clang-16 reverted to ubuntu-22.04 --- .github/workflows/ci-conan.yml | 2 +- .github/workflows/ci-test-package-cmake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 1c295b80..df0882e0 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -85,7 +85,7 @@ jobs: } - { name: "Clang-16", - os: ubuntu-24.04, + os: ubuntu-22.04, compiler: { type: CLANG, diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 10f3c180..81d81e42 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -82,7 +82,7 @@ jobs: } - { name: "Clang-16", - os: ubuntu-24.04, + os: ubuntu-22.04, compiler: { type: CLANG,