64
64
run : ([ -z $plist_secret ] || scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg
65
65
FirebaseRemoteConfig/Tests/Swift/AccessToken.json)
66
66
- name : Xcode
67
- run : sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
67
+ run : sudo xcode-select -s /Applications/Xcode_16.3 .app/Contents/Developer
68
68
- name : Fake Console API Tests
69
69
run : scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
70
70
- name : IntegrationTest
84
84
build-env :
85
85
- os : macos-14
86
86
xcode : Xcode_16.2
87
- # # TODO(#13078): Fix testing infra to enforce warnings again.
88
- # tests: --allow-warnings
89
87
# Flaky tests on CI
90
88
- os : macos-15
91
- xcode : Xcode_16.2
89
+ xcode : Xcode_16.3
92
90
tests : --skip-tests
93
91
runs-on : ${{ matrix.build-env.os }}
94
92
steps :
@@ -114,7 +112,7 @@ jobs:
114
112
- uses : actions/checkout@v4
115
113
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
116
114
- name : Xcode
117
- run : sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
115
+ run : sudo xcode-select -s /Applications/Xcode_16.3 .app/Contents/Developer
118
116
- name : Setup quickstart
119
117
run : scripts/setup_quickstart.sh config
120
118
- name : Install Secret GoogleService-Info.plist
@@ -185,7 +183,7 @@ jobs:
185
183
- uses : actions/checkout@v4
186
184
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
187
185
- name : Xcode
188
- run : sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
186
+ run : sudo xcode-select -s /Applications/Xcode_16.3 .app/Contents/Developer
189
187
- name : Setup Bundler
190
188
run : scripts/setup_bundler.sh
191
189
- name : PodLibLint RemoteConfig Cron
0 commit comments