Skip to content

Commit 9e90347

Browse files
committed
Fix script
1 parent 50cf6b4 commit 9e90347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
xcodebuild test \
9090
-workspace Example/Cloudinary.xcworkspace \
9191
-scheme Cloudinary-Example \
92-
-destination "platform=iOS Simulator" \
92+
-destination "platform=iOS Simulator,OS=18.4,name=iPhone 16" \
9393
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9494
9595
- name: Notify on Failure

0 commit comments

Comments
 (0)