Meta: Update to clang-19 in CI and build instructions

This commit is contained in:
Timothy Flynn 2024-12-27 18:33:49 -05:00 committed by Tim Flynn
commit 2ec97b4548
Notes: github-actions[bot] 2024-12-28 13:40:54 +00:00
9 changed files with 20 additions and 20 deletions

View file

@ -56,7 +56,7 @@ pick_host_compiler() {
return
fi
find_newest_compiler clang clang-17 clang-18 /opt/homebrew/opt/llvm/bin/clang
find_newest_compiler clang clang-17 clang-18 clang-19 /opt/homebrew/opt/llvm/bin/clang
if is_supported_compiler "$HOST_COMPILER"; then
export CC="${HOST_COMPILER}"
export CXX="${HOST_COMPILER/clang/clang++}"