diff --git a/eng/pipelines/common/variables.yml b/eng/pipelines/common/variables.yml index 8ee320e9fdd7..1e92885b6512 100644 --- a/eng/pipelines/common/variables.yml +++ b/eng/pipelines/common/variables.yml @@ -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 diff --git a/eng/pipelines/device-tests.yml b/eng/pipelines/device-tests.yml index 0120059477f3..ee8a1691f111 100644 --- a/eng/pipelines/device-tests.yml +++ b/eng/pipelines/device-tests.yml @@ -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: [ 'simulator-16.4','simulator-15.5','simulator-14.5' ] + iosVersions: [ 'simulator-16.4','simulator-15.5' ] catalystVersions: [ 'latest' ] windowsVersions: ['packaged', 'unpackaged'] provisionatorChannel: ${{ parameters.provisionatorChannel }}