From af2688e7a9c609f60c35806f0a13d0bb00533c99 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Wed, 2 Oct 2024 13:23:40 +0300 Subject: [PATCH] ci: use ubuntu 24.04 for linux jobs --- .github/workflows/build-cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml index bafa93457..6b7158081 100644 --- a/.github/workflows/build-cmake.yml +++ b/.github/workflows/build-cmake.yml @@ -11,11 +11,11 @@ jobs: matrix: config: - name: Linux Clang - os: ubuntu-22.04 + os: ubuntu-24.04 extra_options: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ - name: Linux GCC - os: ubuntu-22.04 + os: ubuntu-24.04 - name: macOS Intel os: macos-13