Skip to content

Commit e191bd5

Browse files
committed
Update test runners to use explicit iOS 18.6 version (keyboards are not appearing on iOS 18 sim)
1 parent 46dedc1 commit e191bd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
test-without-building \
7777
-scheme DaysUntilBirthday\ \(iOS\) \
7878
-sdk iphonesimulator \
79-
-destination 'platform=iOS Simulator,name=iPhone 16' \
79+
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.6' \
8080
EMAIL_SECRET=$EMAIL_SECRET \
8181
PASSWORD_SECRET=$PASSWORD_SECRET
8282
@@ -109,6 +109,6 @@ jobs:
109109
test-without-building \
110110
-scheme AppAttestExample \
111111
-sdk iphonesimulator \
112-
-destination 'platform=iOS Simulator,name=iPhone 16' \
112+
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.6' \
113113
AppCheckDebugToken=$AppCheckDebugToken \
114114
APP_CHECK_WEB_API_KEY=$APP_CHECK_WEB_API_KEY

0 commit comments

Comments
 (0)