We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb9b25 commit b2287fdCopy full SHA for b2287fd
.github/workflows/ios-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
working-directory: example/ios
36
37
- name: Build iOS test app
38
- run: xcodebuild -workspace Example.xcworkspace -scheme Example -destination "platform=iOS Simulator,name=iPhone 14" CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
+ run: xcodebuild -workspace Example.xcworkspace -scheme Example -destination "platform=iOS Simulator,name=iPhone 16" CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO build
39
40
41
timeout-minutes: 60
0 commit comments