Skip to content

Commit af54244

Browse files
committed
Update LLVM version used to build OS X and Windows artifacts to 14.0.2
1 parent 322a149 commit af54244

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)