Skip to content

Commit 0796a85

Browse files
committed
chore: update simulator instance for integration test
1 parent 1b5a5ba commit 0796a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: |
3838
xcodebuild test \
3939
-scheme IntegrationTestApp \
40-
-destination "platform=iOS Simulator,name=iPhone 15,OS=latest" \
40+
-destination "platform=iOS Simulator,name=iPhone 16,OS=latest" \
4141
-sdk iphonesimulator \
4242
| xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)