Skip to content

Commit 045a924

Browse files
committed
Hardcode build, integration, & unit tests to iPhone 16 again :(
1 parent d665e1e commit 045a924

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v3
22+
- name: Select Xcode
23+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
2224
- name: Archive for iOS
2325
run: |
2426
xcodebuild \

.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)