We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d665e1e commit 9bffe85Copy full SHA for 9bffe85
2 files changed
.github/workflows/integration_tests.yml
@@ -76,6 +76,7 @@ jobs:
76
test-without-building \
77
-scheme DaysUntilBirthday\ \(iOS\) \
78
-sdk iphonesimulator \
79
+ -destination 'platform=iOS Simulator,name=iPhone 16' \
80
EMAIL_SECRET=$EMAIL_SECRET \
81
PASSWORD_SECRET=$PASSWORD_SECRET
82
.github/workflows/unit_tests.yml
@@ -45,7 +45,7 @@ jobs:
45
- sdk: 'macosx'
46
destination: '"platform=OS X,arch=x86_64"'
47
- sdk: 'iphonesimulator'
48
- destination: '"generic/platform=iOS Simulator"'
+ destination: '"platform=iOS Simulator,name=iPhone 16"'
49
steps:
50
- uses: actions/checkout@v3
51
- name: Select Xcode
0 commit comments