Skip to content

Commit 9bffe85

Browse files
committed
Hardcode integration & unit tests to iPhone 16 again :(
1 parent d665e1e commit 9bffe85

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
test-without-building \
7777
-scheme DaysUntilBirthday\ \(iOS\) \
7878
-sdk iphonesimulator \
79+
-destination 'platform=iOS Simulator,name=iPhone 16' \
7980
EMAIL_SECRET=$EMAIL_SECRET \
8081
PASSWORD_SECRET=$PASSWORD_SECRET
8182

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- sdk: 'macosx'
4646
destination: '"platform=OS X,arch=x86_64"'
4747
- sdk: 'iphonesimulator'
48-
destination: '"generic/platform=iOS Simulator"'
48+
destination: '"platform=iOS Simulator,name=iPhone 16"'
4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Select Xcode

0 commit comments

Comments
 (0)