Skip to content

Commit eb56d00

Browse files
committed
Fix script
1 parent bcdf90a commit eb56d00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ios-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ jobs:
9090
-workspace Example/Cloudinary.xcworkspace \
9191
-scheme Cloudinary-Example \
9292
-destination "platform=iOS Simulator,OS=18.4,name=iPhone 16" \
93-
IPHONEOS_DEPLOYMENT_TARGET=13.0 \
93+
IPHONEOS_DEPLOYMENT_TARGET=18.4 \
94+
SUPPORTED_PLATFORMS="iphonesimulator" \
95+
TARGETED_DEVICE_FAMILY="1,2" \
9496
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9597
9698
- name: Notify on Failure

0 commit comments

Comments
 (0)