ci: update to LLVM 20 on MacOS and Linux CI and releases

This commit is contained in:
Laytan
2025-04-02 21:13:10 +02:00
parent 5eaff20f4a
commit b0316b7076
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env sh
# Intended for use in Alpine containers, see the "nightly" Github action for a list of dependencies
CXX="clang++-18"
LLVM_CONFIG="llvm-config-18"
CXX="clang++-20"
LLVM_CONFIG="llvm-config-20"
DISABLED_WARNINGS="-Wno-switch -Wno-macro-redefined -Wno-unused-value"