We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d187a commit b9ef51fCopy full SHA for b9ef51f
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="10.0.0"
+LLVM_VERSION="12.0.0"
13
14
if isMacOS; then
15
# If the job selects a specific Xcode version, use that instead of
0 commit comments