Skip to content

Commit

Permalink
Try to use M1 runner to build arm64 macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed May 7, 2024
1 parent 82aa369 commit ec05b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
build_node_package: true
continue-on-error: true
node: 20
runs-on: macos-11
runs-on: macos-13
BUILD_TYPE: Release
CCOMPILER: clang
CXXCOMPILER: clang++
Expand All @@ -343,7 +343,7 @@ jobs:
build_node_package: true
continue-on-error: true
node: 20
runs-on: macos-11
runs-on: macos-14
BUILD_TYPE: Release
CCOMPILER: clang
CXXCOMPILER: clang++
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }}
steps:
- uses: actions/checkout@v3

- run: uname -m
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ec05b70

Please sign in to comment.