File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4343 run : " npm install -g @go-task/cli"
4444
4545 - if : " 'macos-14' == matrix.os"
46- name : " Install macOS 14 deps: coreutils (for md5sum) and LLVM Clang 15 (for Velox) "
46+ name : " Install macOS 14 deps: coreutils (for md5sum)"
4747 run : |-
4848 brew install coreutils
49- brew install llvm@15
5049
5150 - name : " Run unit tests and examples"
5251 # Currently unit tests rely on cassert and fail to compile in release mode.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function(setup_toolchains)
1111 OUTPUT_VARIABLE MACOS_VERSION
1212 OUTPUT_STRIP_TRAILING_WHITESPACE
1313 )
14- if ("${MACOS_VERSION} " VERSION_LESS "15 " )
14+ if ("${MACOS_VERSION} " VERSION_LESS "14 " )
1515 set (CMAKE_TOOLCHAIN_FILE
1616 "${CMAKE_CURRENT_SOURCE_DIR} /cmake/Toolchains/llvm-clang-15-toolchain.cmake"
1717 CACHE FILEPATH
You can’t perform that action at this time.
0 commit comments