Skip to content

Commit d9c689a

Browse files
rmarinhorolfbjarne
andauthored
[ci] Update Xcode and correct simulator (#32095)
* [ios] Install xcode 26.0.1 * Install the iOS 26.0 simulator --------- Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
1 parent f3fc538 commit d9c689a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/pipelines/common/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ steps:
8686
xcrun xcode-select --print-path
8787
xcodebuild -version
8888
sudo xcodebuild -license accept
89-
sudo xcodebuild -downloadPlatform iOS
89+
sudo xcodebuild -downloadPlatform iOS -buildVersion 26.0 -architectureVariant universal
9090
sudo xcodebuild -runFirstLaunch
9191
displayName: Select Xcode Version
9292
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))

eng/pipelines/common/variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ variables:
88
- name: DOTNET_VERSION
99
value: 10.0.100-preview.2.25164.34
1010
- name: REQUIRED_XCODE
11-
value: 26.0.0
11+
value: 26.0.1
1212
- name: DEVICETESTS_REQUIRED_XCODE
13-
value: 26.0.0
13+
value: 26.0.1
1414
- name: POWERSHELL_VERSION
1515
value: 7.4.0
1616
# Localization variables

0 commit comments

Comments
 (0)