Skip to content

Commit e53d8ae

Browse files
committed
ci: Various fixes (#2331)
1 parent 80b6aab commit e53d8ae

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.ado/scripts/xcodebuild.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ if ! command -v xcbeautify 1> /dev/null; then
7070
brew install xcbeautify
7171
fi
7272

73+
xcodebuild -downloadAllPlatforms
74+
7375
eval "$build_cmd" | xcbeautify --report junit
7476

7577
if [[ "$CCACHE_DISABLE" != "1" ]]; then

.ado/templates/apple-tools-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: UseNode@1
33
inputs:
4-
version: '23.x'
4+
versionSpec: '23.x'
55

66
- script: |
77
brew bundle --file .ado/Brewfile

.ado/variables/vars.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
VmImageApple: macos-latest-internal
3-
xcode_friendly_name: 'Xcode 15.2'
4-
xcode_version: '/Applications/Xcode_15.2.app'
5-
ios_version: '17.2'
6-
ios_simulator: 'iPhone 15'
3+
xcode_friendly_name: 'Xcode 16.2'
4+
xcode_version: '/Applications/Xcode_16.2.app'
5+
ios_version: '18.0'
6+
ios_simulator: 'iPhone 16'

0 commit comments

Comments
 (0)