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`
This commit is contained in:
commit
6139205622
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ IFS=$'\n\t'
|
||||||
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
|
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
|
||||||
|
|
||||||
# Update both macOS's and Windows's tarballs when bumping the version here.
|
# 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 isMacOS; then
|
||||||
# If the job selects a specific Xcode version, use that instead of
|
# If the job selects a specific Xcode version, use that instead of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue