Skip to content

Commit fcf272d

Browse files
authored
[Infra] Bump to Xcode 16.4 on CI runners (#15034)
1 parent 2ba811a commit fcf272d

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

.github/workflows/analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- os: macos-14
3030
xcode: Xcode_16.2
3131
- os: macos-15
32-
xcode: Xcode_16.3
32+
xcode: Xcode_16.4
3333
runs-on: ${{ matrix.os }}
3434

3535
steps:

.github/workflows/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/AuthSample/Credentials.swift.gpg \
8484
FirebaseAuth/Tests/SampleSwift/SwiftApiTests/Credentials.swift "$plist_secret"
8585
- name: Xcode
86-
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
86+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
8787
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
8888
with:
8989
timeout_minutes: 120

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
matrix:
9191
os: [macos-15]
92-
xcode: [Xcode_16.3]
92+
xcode: [Xcode_16.4]
9393
platform: [iOS, tvOS, macOS, watchOS, catalyst, visionOS]
9494
include:
9595
- os: macos-14

.github/workflows/common_cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
matrix:
113113
os: [macos-15]
114-
xcode: [Xcode_16.3]
114+
xcode: [Xcode_16.4]
115115
platform: [iOS, tvOS, macOS, watchOS]
116116
include:
117117
- os: macos-14

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install xcpretty
6464
run: gem install xcpretty
6565
- name: Xcode
66-
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
66+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
6767
- name: IntegrationTest
6868
# Only iOS to mitigate flakes.
6969
run: scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration

.github/workflows/firebaseai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
os: [macos-15]
4040
include:
4141
- os: macos-15
42-
xcode: Xcode_16.3
42+
xcode: Xcode_16.4
4343
runs-on: ${{ matrix.os }}
4444
needs: spm
4545
env:

.github/workflows/firestore.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,19 +478,19 @@ jobs:
478478
xcode: Xcode_16.2
479479
target: iOS
480480
- os: macos-15
481-
xcode: Xcode_16.3
481+
xcode: Xcode_16.4
482482
target: iOS
483483
- os: macos-15
484-
xcode: Xcode_16.3
484+
xcode: Xcode_16.4
485485
target: tvOS
486486
- os: macos-15
487-
xcode: Xcode_16.3
487+
xcode: Xcode_16.4
488488
target: macOS
489489
- os: macos-15
490-
xcode: Xcode_16.3
490+
xcode: Xcode_16.4
491491
target: catalyst
492492
- os: macos-15
493-
xcode: Xcode_16.3
493+
xcode: Xcode_16.4
494494
target: visionOS
495495
runs-on: ${{ matrix.os }}
496496
env:

.github/workflows/messaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: scripts/configure_test_keychain.sh
6767
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
6868
- name: Xcode
69-
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
69+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
7070
- name: Setup Bundler
7171
run: scripts/setup_bundler.sh
7272
- name: Install xcpretty

.github/workflows/remoteconfig.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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
@@ -94,7 +94,7 @@ jobs:
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

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
include:
6161
- os: macos-15
62-
xcode: Xcode_16.3
62+
xcode: Xcode_16.4
6363
test: spm
6464
- os: macos-14
6565
xcode: Xcode_16.2

0 commit comments

Comments
 (0)