CI: Update the Clang pipeline to Clang 20

This commit is contained in:
Timothy Flynn 2025-05-11 14:40:47 -04:00 committed by Andrew Kaster
commit 70d2b0b6f3
Notes: github-actions[bot] 2025-05-14 08:07:10 +00:00
8 changed files with 26 additions and 25 deletions

View file

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