Skip to content

Commit

Permalink
[ci] Bump XCode to 15.2.0 (#19836)
Browse files Browse the repository at this point in the history
* [ci] Bump XCode to 15.1.0

* Go to Xcode 15.2

* New xcode 15.1 doesn't support 14.5 simulators
# Conflicts:
#	eng/pipelines/device-tests.yml
  • Loading branch information
rmarinho committed Jan 12, 2024
1 parent f61e998 commit f135e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/common/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ variables:
- name: DOTNET_VERSION
value: 7.0.401
- name: REQUIRED_XCODE
value: 15.0.0
value: 15.2.0
- name: DEVICETESTS_REQUIRED_XCODE
value: 15.0.0
value: 15.2.0
- name: LocBranchPrefix
value: 'loc-hb'
- name: isMainBranch
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ stages:
agentPoolAccessToken: $(AgentPoolAccessToken)
${{ if or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv'))) }}:
androidApiLevels: [ 33, 30, 29, 28, 27, 26, 25, 24, 23 ]
iosVersions: [ '16.4', '15.5', '14.5']
iosVersions: [ '16.4', '15.5']
catalystVersions: [ 'latest' ]
windowsVersions: ['packaged', 'unpackaged']
provisionatorChannel: ${{ parameters.provisionatorChannel }}
Expand Down

0 comments on commit f135e36

Please sign in to comment.