diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 5c9515217..86a75eab2 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -330,7 +330,7 @@ jobs: build_node_package: true continue-on-error: true node: 20 - runs-on: macos-14-large # x86_64 + runs-on: macos-13 # x86_64 BUILD_TYPE: Release CCOMPILER: clang CXXCOMPILER: clang++