From aadd5225bf5f39db451bcd681d731f11f4044b16 Mon Sep 17 00:00:00 2001 From: Yaroslav Stefinko Date: Thu, 26 Feb 2026 19:43:17 +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: Yaroslav Stefinko --- .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 5a85c8dc2..5b9551c7c 100644 --- a/.github/workflows/psv_pipelines.yml +++ b/.github/workflows/psv_pipelines.yml @@ -125,9 +125,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.Tests - 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