From 56cabad286076eb3ef48a843024fdf4b21801327 Mon Sep 17 00:00:00 2001 From: Rustam Gamidov Date: Fri, 27 Feb 2026 09:31:06 +0200 Subject: [PATCH] Switch to Ubuntu 24.04 with gcc13 Ubuntu 22.04 doesn't contain gcc13, even when using add-apt-repository ppa:ubuntu-toolchain-r/test Relates-To: MINOR Signed-off-by: Rustam Gamidov --- .github/workflows/psv_pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/psv_pipelines.yml b/.github/workflows/psv_pipelines.yml index a309228d8..4b0fd3a36 100644 --- a/.github/workflows/psv_pipelines.yml +++ b/.github/workflows/psv_pipelines.yml @@ -123,9 +123,9 @@ jobs: run: ./scripts/linux/psv/build_psv_no_cache.sh shell: bash - psv-linux-22-04-gcc13-build: - name: PSV.Linux.22.04.gcc13 - runs-on: ubuntu-22.04 + psv-linux-24-04-gcc13-build: + name: PSV.Linux.24.04.gcc13.Tests + runs-on: ubuntu-24.04 env: BUILD_TYPE: RelWithDebInfo CC: gcc-13