Skip to content

Commit b5d37f0

Browse files
committed
fix(ci): use generic iOS simulator destination
iPhone 15 not available on latest macOS runners with Xcode 16.4
1 parent 83c03c0 commit b5d37f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ jobs:
115115
-scheme NativeDateExample \
116116
-sdk iphonesimulator \
117117
-configuration Debug \
118-
-destination 'platform=iOS Simulator,name=iPhone 15' \
118+
-destination 'generic/platform=iOS Simulator' \
119119
build \
120120
CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)