From 769090bc3f5e9ddbf187ed34eda9ca597bb29053 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 1 Nov 2022 12:53:53 +0100 Subject: [PATCH] Build on Ubuntu 22.04 with GCC12 --- .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 d88d4ceaf..13b9a70b5 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -266,7 +266,7 @@ jobs: - name: gcc-12-release continue-on-error: false node: 16 - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 BUILD_TOOLS: ON BUILD_TYPE: Release CCOMPILER: gcc-12 @@ -329,7 +329,7 @@ jobs: - name: gcc-12-release-shared continue-on-error: false node: 16 - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 BUILD_TOOLS: ON BUILD_TYPE: Release BUILD_SHARED_LIBS: ON