Skip to content

Commit 05c34f5

Browse files
authored
[Infra] Update Xcode versions in remoteconfig.yml (#14869)
1 parent 1ce8887 commit 05c34f5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: ([ -z $plist_secret ] || scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg
6565
FirebaseRemoteConfig/Tests/Swift/AccessToken.json)
6666
- 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
6868
- name: Fake Console API Tests
6969
run: scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
7070
- name: IntegrationTest
@@ -84,11 +84,9 @@ jobs:
8484
build-env:
8585
- os: macos-14
8686
xcode: Xcode_16.2
87-
# # TODO(#13078): Fix testing infra to enforce warnings again.
88-
# tests: --allow-warnings
8987
# Flaky tests on CI
9088
- os: macos-15
91-
xcode: Xcode_16.2
89+
xcode: Xcode_16.3
9290
tests: --skip-tests
9391
runs-on: ${{ matrix.build-env.os }}
9492
steps:
@@ -114,7 +112,7 @@ jobs:
114112
- uses: actions/checkout@v4
115113
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
116114
- 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
118116
- name: Setup quickstart
119117
run: scripts/setup_quickstart.sh config
120118
- name: Install Secret GoogleService-Info.plist
@@ -185,7 +183,7 @@ jobs:
185183
- uses: actions/checkout@v4
186184
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
187185
- 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
189187
- name: Setup Bundler
190188
run: scripts/setup_bundler.sh
191189
- name: PodLibLint RemoteConfig Cron

0 commit comments

Comments
 (0)