Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ on:
destination:
description: |
The destination parameter that should be passed to xcodebuild.
Defaults to the iOS simulator using an iPhone 16 Pro.
Defaults to the iOS simulator using an iPhone 17 Pro.
required: false
type: string
default: 'platform=iOS Simulator,name=iPhone 16 Pro'
default: 'platform=iOS Simulator,name=iPhone 17 Pro'
setupSimulators:
description: |
Flag indicating if all iOS simulators matching the `destination` input shoud be setup.
Expand Down