Skip to content

Commit

Permalink
Specify iOS simulator version.
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed Oct 21, 2024
1 parent d0639c8 commit c09ff22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
packageApp: false
destinationPlatformOption: 'iOS'
destinationTypeOption: 'simulators'
destinationSimulators: 'iPhone 15'
destinationSimulators: 'iPhone 15,OS=17.5'
${{ if ne(parameters.args, '') }}:
args: ${{ parameters.args }}
displayName: "Xcode build and test"

0 comments on commit c09ff22

Please sign in to comment.