diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 04fd49686..d88d4ceaf 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -179,7 +179,7 @@ jobs: CXXCOMPILER: clang++-6.0 CUCUMBER_TIMEOUT: 60000 - - name: clang-11.0-debug-clang-tidy + - name: clang-14.0-debug-clang-tidy continue-on-error: false node: 16 runs-on: ubuntu-22.04 @@ -263,14 +263,14 @@ jobs: CXXCOMPILER: g++-8 CXXFLAGS: -Wno-cast-function-type - - name: gcc-7-release + - name: gcc-12-release continue-on-error: false node: 16 runs-on: ubuntu-20.04 BUILD_TOOLS: ON BUILD_TYPE: Release - CCOMPILER: gcc-7 - CXXCOMPILER: g++-7 + CCOMPILER: gcc-12 + CXXCOMPILER: g++-12 - name: conan-macos-x64-release-node-16 build_node_package: true @@ -326,15 +326,15 @@ jobs: ENABLE_CONAN: ON ENABLE_APPLE_SILICON: ON - - name: gcc-7-release-shared + - name: gcc-12-release-shared continue-on-error: false node: 16 runs-on: ubuntu-20.04 BUILD_TOOLS: ON BUILD_TYPE: Release BUILD_SHARED_LIBS: ON - CCOMPILER: gcc-7 - CXXCOMPILER: g++-7 + CCOMPILER: gcc-12 + CXXCOMPILER: g++-12 - name: node-16-conan-linux-release build_node_package: true @@ -535,7 +535,7 @@ jobs: fi # TBB - TBB_VERSION=2021.3.0 + TBB_VERSION=2021.7.0 if [[ "${RUNNER_OS}" == "Linux" ]]; then TBB_URL="https://github.com/oneapi-src/oneTBB/releases/download/v${TBB_VERSION}/oneapi-tbb-${TBB_VERSION}-lin.tgz" elif [[ "${RUNNER_OS}" == "macOS" ]]; then