From 7f3a037ebbc63f1d373969c6b81901782664d3e9 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sat, 7 Oct 2023 15:36:51 -0700 Subject: [PATCH] Update xcodebuild-or-fastlane.yml Signed-off-by: Paul Schmiedmayer --- .github/workflows/xcodebuild-or-fastlane.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcodebuild-or-fastlane.yml b/.github/workflows/xcodebuild-or-fastlane.yml index 5f52af9..5e59fd3 100644 --- a/.github/workflows/xcodebuild-or-fastlane.yml +++ b/.github/workflows/xcodebuild-or-fastlane.yml @@ -35,7 +35,7 @@ on: description: 'The destination parameter that should be passed to xcodebuild. Defaults to the iOS simulator using an iPhone 14 Pro' required: false type: string - default: 'platform=iOS Simulator,name=iPhone 14 Pro' + default: 'platform=iOS Simulator,name=iPhone 15 Pro' resultBundle: description: 'The name of the Xcode result bundle that is passed to xcodebuild. If not defined, the name of the scheme + .xcresult is used.' required: false