Skip to content

Commit fa39bd8

Browse files
committed
Update workflow to use llvm15 for macos-14
1 parent 5070e26 commit fa39bd8

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)