Skip to content

Commit 9ecc91e

Browse files
wip
1 parent 822c373 commit 9ecc91e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -345,17 +345,17 @@ jobs:
345345
ENABLE_ASSERTIONS: ON
346346
ENABLE_CONAN: ON
347347

348-
# - name: conan-macos-arm64-release-node
349-
# build_node_package: true
350-
# continue-on-error: true
351-
# node: 20
352-
# runs-on: macos-14 # arm64
353-
# BUILD_TYPE: Release
354-
# CCOMPILER: clang
355-
# CXXCOMPILER: clang++
356-
# CUCUMBER_TIMEOUT: 60000
357-
# ENABLE_ASSERTIONS: ON
358-
# ENABLE_CONAN: ON
348+
- name: conan-macos-arm64-release-node
349+
build_node_package: true
350+
continue-on-error: true
351+
node: 20
352+
runs-on: macos-14 # arm64
353+
BUILD_TYPE: Release
354+
CCOMPILER: clang
355+
CXXCOMPILER: clang++
356+
CUCUMBER_TIMEOUT: 60000
357+
ENABLE_ASSERTIONS: ON
358+
ENABLE_CONAN: ON
359359

360360
name: ${{ matrix.name}}
361361
continue-on-error: ${{ matrix.continue-on-error }}

0 commit comments

Comments
 (0)