Skip to content

Commit c9d2a9f

Browse files
committed
ci: use generic iOS Simulator destination so build doesn't need a specific device
1 parent dd34770 commit c9d2a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-ios-app/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
-scheme "$SCHEME" \
6060
-sdk iphonesimulator \
6161
-configuration Debug \
62-
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \
62+
-destination 'generic/platform=iOS Simulator' \
6363
build \
6464
CODE_SIGNING_ALLOWED=NO \
6565
-jobs $(sysctl -n hw.ncpu) \

0 commit comments

Comments
 (0)