Skip to content

Commit b9ef51f

Browse files
committed
Update clang to 12.0.0 on Windows and macOS
Needed for #84764 . Tarballs already uploaded to the CI mirror bucket.
1 parent 22d187a commit b9ef51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IFS=$'\n\t'
99
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1010

1111
# Update both macOS's and Windows's tarballs when bumping the version here.
12-
LLVM_VERSION="10.0.0"
12+
LLVM_VERSION="12.0.0"
1313

1414
if isMacOS; then
1515
# If the job selects a specific Xcode version, use that instead of

0 commit comments

Comments
 (0)