We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dedc1 commit e191bd5Copy full SHA for e191bd5
1 file changed
.github/workflows/integration_tests.yml
@@ -76,7 +76,7 @@ jobs:
76
test-without-building \
77
-scheme DaysUntilBirthday\ \(iOS\) \
78
-sdk iphonesimulator \
79
- -destination 'platform=iOS Simulator,name=iPhone 16' \
+ -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.6' \
80
EMAIL_SECRET=$EMAIL_SECRET \
81
PASSWORD_SECRET=$PASSWORD_SECRET
82
@@ -109,6 +109,6 @@ jobs:
109
110
-scheme AppAttestExample \
111
112
113
AppCheckDebugToken=$AppCheckDebugToken \
114
APP_CHECK_WEB_API_KEY=$APP_CHECK_WEB_API_KEY
0 commit comments