Skip to content

Commit 295f10a

Browse files
committed
Add clang-16 for macos
1 parent df246cf commit 295f10a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
name: "Install coreutils (for md5sum)"
4444
run: "brew install coreutils"
4545

46+
- if: "matrix.os == 'macos-latest'"
47+
name: "Install clang-16 (for c++20)"
48+
run: |-
49+
brew install llvm@16
50+
ls -l $(brew --prefix llvm@16)/bin/clang
51+
4652
- if: "matrix.os == 'ubuntu-20.04'"
4753
name: "Install gcc-10 (for c++20)"
4854
run: |-

0 commit comments

Comments
 (0)