From 60e95cf4bff0a38c43c4c7e9ddcbfbebb22cee13 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 9 May 2024 21:54:51 +0200 Subject: [PATCH] Revert "Use default compiler (GCC 11) on coverage run to be compatible with lcov version" This reverts commit df7097d56e5422f504e96017935c42c662121378. --- .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 b33e8ca05..db51bc020 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -145,7 +145,7 @@ jobs: strategy: matrix: include: - - name: gcc-11-debug-cov + - name: gcc-13-debug-cov continue-on-error: false node: 20 runs-on: ubuntu-22.04 @@ -153,7 +153,7 @@ jobs: BUILD_TYPE: Debug CCOMPILER: gcc-13 CUCUMBER_TIMEOUT: 20000 - CXXCOMPILER: g++-11 + CXXCOMPILER: g++-13 ENABLE_COVERAGE: ON - name: gcc-13-debug-asan-ubsan