Skip to content

Commit dcb94e4

Browse files
committed
hard-coding device name
1 parent a850d75 commit dcb94e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
xcodebuild test \
4343
-scheme "$scheme" \
4444
-"$filetype_parameter" "$file_to_build" \
45-
-destination "platform=iOS Simulator,name=$device_name"
45+
-destination "platform=iOS Simulator,name=iPhone 15 Pro"

0 commit comments

Comments
 (0)