Provisioning: Update to Xcode 14.1 beta 3 on macOS 13 ARM

Change-Id: If7cacf8118fff3e7e14d4cad68c886732d54d4c5
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
Ville-Pekka Karhu
2022-10-12 15:34:03 +03:00
parent cc3feebb49
commit 3ffc302ca2
2 changed files with 3 additions and 3 deletions

View File

@@ -56,4 +56,4 @@ set -ex
# shellcheck source=../common/macos/install_xcode.sh
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.xip 14
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.1_beta_3.xip 14.1_beta_3

View File

@@ -43,9 +43,9 @@ set -ex
# shellcheck source=../common/macos/install-commandlinetools.sh
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
version="14"
version="14.1_beta_3"
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
sha1="0d9cb1708d178866b3d56b88445bdf4d8ff984e3"
sha1="2d90b9b3f9618b79b54e5fd0dc745ecd46c9f64a"
InstallCommandLineTools $url $url $sha1 $packageName $version