File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,17 @@ jobs:
112
112
quickstart :
113
113
# Don't run on private repo unless it is a PR.
114
114
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
115
+ # TODO: See #12399 and restore Objective-C testing for Xcode 15 if GHA is fixed.
115
116
strategy :
116
117
matrix :
117
118
include :
118
119
- os : macos-12
119
120
xcode : Xcode_14.2
120
- - os : macos-13
121
+ - swift : swift
122
+ os : macos-13
123
+ xcode : Xcode_15.2
124
+ - swift : swift
125
+ os : macos-13
121
126
xcode : Xcode_15.2
122
127
env :
123
128
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -134,10 +139,8 @@ jobs:
134
139
quickstart-ios/storage/GoogleService-Info.plist "$plist_secret"
135
140
- name : Xcode
136
141
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
137
- - name : Test objc quickstart
138
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Storage true)
139
- - name : Test swift quickstart
140
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Storage true swift)
142
+ - name : Test quickstart
143
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Storage true ${{ matrix.swift }})
141
144
142
145
quickstart-ftl-cron-only :
143
146
# Don't run on private repo.
You can’t perform that action at this time.
0 commit comments