We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cf6b4 commit 9e90347Copy full SHA for 9e90347
.github/workflows/ios-tests.yml
@@ -89,7 +89,7 @@ jobs:
89
xcodebuild test \
90
-workspace Example/Cloudinary.xcworkspace \
91
-scheme Cloudinary-Example \
92
- -destination "platform=iOS Simulator" \
+ -destination "platform=iOS Simulator,OS=18.4,name=iPhone 16" \
93
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
94
95
- name: Notify on Failure
0 commit comments