File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments