70
70
run : ([ -z $plist_secret ] || scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg
71
71
FirebaseRemoteConfig/Tests/Swift/AccessToken.json)
72
72
- name : Xcode
73
- run : sudo xcode-select -s /Applications/Xcode_16.3 .app/Contents/Developer
73
+ run : sudo xcode-select -s /Applications/Xcode_16.4 .app/Contents/Developer
74
74
- name : Fake Console API Tests
75
75
run : scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
76
76
- name : IntegrationTest
94
94
- uses : actions/checkout@v4
95
95
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
96
96
- name : Xcode
97
- run : sudo xcode-select -s /Applications/Xcode_16.3 .app/Contents/Developer
97
+ run : sudo xcode-select -s /Applications/Xcode_16.4 .app/Contents/Developer
98
98
- name : Setup quickstart
99
99
run : scripts/setup_quickstart.sh config
100
100
- name : Install Secret GoogleService-Info.plist
@@ -144,7 +144,7 @@ jobs:
144
144
- name : Setup Bundler
145
145
run : scripts/setup_bundler.sh
146
146
- name : Xcode
147
- run : sudo xcode-select -s /Applications/Xcode_16.3 .app/Contents/Developer
147
+ run : sudo xcode-select -s /Applications/Xcode_16.4 .app/Contents/Developer
148
148
- name : Prereqs
149
149
run : scripts/install_prereqs.sh RemoteConfigSample iOS
150
150
- name : Build
@@ -165,7 +165,7 @@ jobs:
165
165
- uses : actions/checkout@v4
166
166
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
167
167
- name : Xcode
168
- run : sudo xcode-select -s /Applications/Xcode_16.3 .app/Contents/Developer
168
+ run : sudo xcode-select -s /Applications/Xcode_16.4 .app/Contents/Developer
169
169
- name : Setup Bundler
170
170
run : scripts/setup_bundler.sh
171
171
- name : PodLibLint RemoteConfig Cron
0 commit comments