Skip to content

Commit 6139205

Browse files
committed
Auto merge of #96780 - Kobzol:ci-llvm-upgrade-osx-windows, r=Mark-Simulacrum
Update LLVM version used to build OS X and Windows artifacts to 14.0.2 Let's see what breaks. r? `@Mark-Simulacrum`
2 parents 574830f + af54244 commit 6139205

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="12.0.0"
12+
LLVM_VERSION="14.0.2"
1313

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

0 commit comments

Comments
 (0)