We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 574830f + af54244 commit 6139205Copy full SHA for 6139205
src/ci/scripts/install-clang.sh
@@ -9,7 +9,7 @@ IFS=$'\n\t'
9
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
10
11
# Update both macOS's and Windows's tarballs when bumping the version here.
12
-LLVM_VERSION="12.0.0"
+LLVM_VERSION="14.0.2"
13
14
if isMacOS; then
15
# If the job selects a specific Xcode version, use that instead of
0 commit comments