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 1b5a5ba commit 0796a85Copy full SHA for 0796a85
.github/workflows/integration-test.yaml
@@ -37,6 +37,6 @@ jobs:
37
run: |
38
xcodebuild test \
39
-scheme IntegrationTestApp \
40
- -destination "platform=iOS Simulator,name=iPhone 15,OS=latest" \
+ -destination "platform=iOS Simulator,name=iPhone 16,OS=latest" \
41
-sdk iphonesimulator \
42
| xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
0 commit comments