Skip to content

Commit

Permalink
Use Conan instead of Mason to install code dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Jul 23, 2022
1 parent 9058b17 commit fe9aa33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
build_node_package: true
continue-on-error: false
node: 12
runs-on: macos-12
runs-on: macos-11
BUILD_TOOLS: ON
BUILD_TYPE: Release
CCOMPILER: clang
Expand All @@ -190,7 +190,7 @@ jobs:
build_node_package: true
continue-on-error: false
node: 14
runs-on: macos-12
runs-on: macos-11
BUILD_TOOLS: ON
BUILD_TYPE: Release
CCOMPILER: clang
Expand All @@ -203,7 +203,7 @@ jobs:
build_node_package: true
continue-on-error: false
node: 16
runs-on: macos-12
runs-on: macos-11
BUILD_TOOLS: ON
BUILD_TYPE: Release
CCOMPILER: clang
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
continue-on-error: true
# TODO: Use node 'latest' once supported: https://github.com/actions/setup-node/issues/257
node: 16
runs-on: macos-12
runs-on: macos-11
BUILD_TYPE: Release
CCOMPILER: clang
CXXCOMPILER: clang++
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
build_node_package: true
continue-on-error: true
node: "lts/*"
runs-on: macos-12
runs-on: macos-11
BUILD_TYPE: Release
CCOMPILER: clang
CXXCOMPILER: clang++
Expand Down

0 comments on commit fe9aa33

Please sign in to comment.