Skip to content

Commit

Permalink
[ci] Don't run 13.7 on xcode15 (#18374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho authored Oct 26, 2023
1 parent b76d85d commit 3c0ff67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions eng/pipelines/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,12 @@ stages:
agentPoolAccessToken: $(AgentPoolAccessToken)
${{ if or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv'))) }}:
androidApiLevels: [ 30, 29, 28, 27, 26, 25, 24, 23 ]
# androidApiLevels: [ 30, 29, 28, 27, 26, 25, 24, 23, 22, 21 ] # fix the issue of getting the test results off
iosVersions: [ '16.4', '15.5', '14.5', '13.7']
iosVersions: [ '16.4', '15.5', '14.5']
catalystVersions: [ 'latest' ]
windowsVersions: ['packaged', 'unpackaged']
provisionatorChannel: ${{ parameters.provisionatorChannel }}
${{ if not(or(parameters.BuildEverything, and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'devdiv')))) }}:
androidApiLevels: [ 30, 23 ]
# androidApiLevels: [ 30, 21 ] # fix the issue of getting the test results off
iosVersions: [ '16.4' ]
catalystVersions: [ 'latest' ]
windowsVersions: ['packaged', 'unpackaged']
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ parameters:
demands:
- macOS.Name -equals Ventura
- macOS.Architecture -equals x64
- Agent.OSVersion -equals 13.5


resources:
Expand Down

0 comments on commit 3c0ff67

Please sign in to comment.