From 826ae0923ab268d725ec7f9377a4a4c4a28c50ea Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 4 Nov 2022 11:04:06 +0100 Subject: [PATCH] Upgrade to clang-tidy 15 --- .github/workflows/osrm-backend.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index a7a9643d2..33147d662 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -230,15 +230,15 @@ jobs: # CCOMPILER: gcc-10 # CXXCOMPILER: g++-10 - - name: gcc-9-release - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-9 - CXXCOMPILER: g++-9 - CXXFLAGS: -Wno-cast-function-type + # - name: gcc-9-release + # continue-on-error: false + # node: 16 + # runs-on: ubuntu-20.04 + # BUILD_TOOLS: ON + # BUILD_TYPE: Release + # CCOMPILER: gcc-9 + # CXXCOMPILER: g++-9 + # CXXFLAGS: -Wno-cast-function-type # - name: gcc-9-conan-release-i686 # continue-on-error: false @@ -303,7 +303,7 @@ jobs: build_node_package: true continue-on-error: false node: 18 - runs-on: macos-12 + runs-on: macos-11 BUILD_TOOLS: ON BUILD_TYPE: Release CCOMPILER: clang @@ -505,7 +505,7 @@ jobs: - name: Install dev dependencies run: | - python3 -m pip install conan==1.53.0 + brew install conan conan --version # ccache