From a12625afac3e3fb361ba49420a9e9f14dda1cd0e Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Sun, 6 Nov 2022 13:33:10 +0100 Subject: [PATCH] Drop GCC7 support --- .github/workflows/osrm-backend.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 442b64549..e4d233a22 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -264,15 +264,6 @@ jobs: CXXCOMPILER: g++-8 CXXFLAGS: -Wno-cast-function-type - - name: gcc-7-release - continue-on-error: false - node: 16 - runs-on: ubuntu-20.04 - BUILD_TOOLS: ON - BUILD_TYPE: Release - CCOMPILER: gcc-7 - CXXCOMPILER: g++-7 - - name: conan-macos-x64-release-node-16 build_node_package: true continue-on-error: false @@ -327,16 +318,6 @@ jobs: ENABLE_CONAN: ON ENABLE_APPLE_SILICON: ON - - name: gcc-7-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 - - name: node-16-conan-linux-release build_node_package: true continue-on-error: false