Skip to content

Commit c09ff22

Browse files
committed
Specify iOS simulator version.
1 parent d0639c8 commit c09ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/xcode-build-and-test-step.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
packageApp: false
2121
destinationPlatformOption: 'iOS'
2222
destinationTypeOption: 'simulators'
23-
destinationSimulators: 'iPhone 15'
23+
destinationSimulators: 'iPhone 15,OS=17.5'
2424
${{ if ne(parameters.args, '') }}:
2525
args: ${{ parameters.args }}
2626
displayName: "Xcode build and test"

0 commit comments

Comments
 (0)