From af542449398770378b7fe2fe9a02ae1298a99f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 6 May 2022 18:25:27 +0200 Subject: [PATCH] Update LLVM version used to build OS X and Windows artifacts to 14.0.2 --- src/ci/scripts/install-clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/scripts/install-clang.sh b/src/ci/scripts/install-clang.sh index b17398bb6b440..48eb88c9f9271 100755 --- a/src/ci/scripts/install-clang.sh +++ b/src/ci/scripts/install-clang.sh @@ -9,7 +9,7 @@ IFS=$'\n\t' source "$(cd "$(dirname "$0")" && pwd)/../shared.sh" # Update both macOS's and Windows's tarballs when bumping the version here. -LLVM_VERSION="12.0.0" +LLVM_VERSION="14.0.2" if isMacOS; then # If the job selects a specific Xcode version, use that instead of