From 11c7ddc84d2f32180cd5cdd74c07fb077f1c2c81 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 19 May 2024 19:30:24 +0200 Subject: [PATCH] Fix failing gcc-13 based CI jobs (#6886) * Attempt to fix failing CI on gcc-13 jobs * Attempt to fix failing CI on gcc-13 jobs * Attempt to fix failing CI on gcc-13 jobs * Attempt to fix failing CI on gcc-13 jobs * Attempt to fix failing CI on gcc-13 jobs --- .github/workflows/osrm-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index f1b28b310..3b8242153 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -151,7 +151,7 @@ jobs: - name: gcc-13-debug-cov continue-on-error: false node: 20 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 BUILD_TOOLS: ON BUILD_TYPE: Debug CCOMPILER: gcc-13 @@ -248,7 +248,7 @@ jobs: - name: gcc-13-release continue-on-error: false node: 20 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 BUILD_TOOLS: ON BUILD_TYPE: Release CCOMPILER: gcc-13