File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,12 @@ jobs:
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 Apple Clang 16 (for C++20 )"
46+ name : " Install macOS 14 deps: coreutils (for md5sum) and LLVM Clang 15 (for Velox )"
4747 run : |-
4848 brew install coreutils
49- brew install llvm@16
49+ brew install llvm@15
5050
5151 - name : " Run unit tests and examples"
52- env : >-
53- ${{
54- 'macos-14' == matrix.os
55- && fromJson('{
56- "CC": "/opt/homebrew/opt/llvm@16/bin/clang",
57- "CXX": "/opt/homebrew/opt/llvm@16/bin/clang++"
58- }')
59- || fromJson('{}')
60- }}
6152 # Currently unit tests rely on cassert and fail to compile in release mode.
6253 run : |-
6354 task test:run-debug
You can’t perform that action at this time.
0 commit comments