We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0639c8 commit c09ff22Copy full SHA for c09ff22
ci_build/azure_pipelines/templates/xcode-build-and-test-step.yml
@@ -20,7 +20,7 @@ steps:
20
packageApp: false
21
destinationPlatformOption: 'iOS'
22
destinationTypeOption: 'simulators'
23
- destinationSimulators: 'iPhone 15'
+ destinationSimulators: 'iPhone 15,OS=17.5'
24
${{ if ne(parameters.args, '') }}:
25
args: ${{ parameters.args }}
26
displayName: "Xcode build and test"
0 commit comments