7070 run : ([ -z $plist_secret ] || scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg
7171 FirebaseRemoteConfig/Tests/Swift/AccessToken.json)
7272 - 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
7474 - name : Fake Console API Tests
7575 run : scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
7676 - name : IntegrationTest
9494 - uses : actions/checkout@v4
9595 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
9696 - 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
9898 - name : Setup quickstart
9999 run : scripts/setup_quickstart.sh config
100100 - name : Install Secret GoogleService-Info.plist
@@ -144,7 +144,7 @@ jobs:
144144 - name : Setup Bundler
145145 run : scripts/setup_bundler.sh
146146 - 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
148148 - name : Prereqs
149149 run : scripts/install_prereqs.sh RemoteConfigSample iOS
150150 - name : Build
@@ -165,7 +165,7 @@ jobs:
165165 - uses : actions/checkout@v4
166166 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
167167 - 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
169169 - name : Setup Bundler
170170 run : scripts/setup_bundler.sh
171171 - name : PodLibLint RemoteConfig Cron
0 commit comments