Skip to content

Commit 6783884

Browse files
committed
Update Github workflow build & run destinations. Integration tests will let the default Xcode install choose the run destination. Unit tests will target the generic iOS platform.
1 parent 3996d90 commit 6783884

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
build-for-testing \
6565
-scheme DaysUntilBirthday\ \(iOS\) \
6666
-sdk iphonesimulator \
67-
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4'
6867
- name: Run test target for Google Sign-in button for Swift
6968
env:
7069
EMAIL_SECRET : ${{ secrets.EMAIL_SECRET }}
@@ -75,7 +74,6 @@ jobs:
7574
test-without-building \
7675
-scheme DaysUntilBirthday\ \(iOS\) \
7776
-sdk iphonesimulator \
78-
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \
7977
EMAIL_SECRET=$EMAIL_SECRET \
8078
PASSWORD_SECRET=$PASSWORD_SECRET
8179
@@ -99,7 +97,6 @@ jobs:
9997
build-for-testing \
10098
-scheme AppAttestExample \
10199
-sdk iphonesimulator \
102-
-destination 'platform=iOS Simulator,name=iPhone 15'
103100
- name: Run test target for App Check Example
104101
env:
105102
AppCheckDebugToken : ${{ secrets.APP_CHECK_DEBUG_TOKEN }}
@@ -110,6 +107,5 @@ jobs:
110107
test-without-building \
111108
-scheme AppAttestExample \
112109
-sdk iphonesimulator \
113-
-destination 'platform=iOS Simulator,name=iPhone 15' \
114110
AppCheckDebugToken=$AppCheckDebugToken \
115111
APP_CHECK_WEB_API_KEY=$APP_CHECK_WEB_API_KEY

.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: '"platform=iOS Simulator,name=iPhone 15"'
48+
destination: '"generic/platform=iOS Simulator"'
4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Build unit test target

0 commit comments

Comments
 (0)