Skip to content

Run more CI on Xcode 16.3 #14764

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/AuthSample/Credentials.swift.gpg \
FirebaseAuth/Tests/SampleSwift/SwiftApiTests/Credentials.swift "$plist_secret"
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
with:
timeout_minutes: 120
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [macos-15]
xcode: [Xcode_16.2]
xcode: [Xcode_16.3]
platform: [iOS, tvOS, macOS, watchOS, catalyst, visionOS]
include:
- os: macos-14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install xcpretty
run: gem install xcpretty
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: IntegrationTest
# Only iOS to mitigate flakes.
run: scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
target: [ios, tvos, macos, watchos]
build-env:
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
runs-on: ${{ matrix.build-env.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
needs: [spm-package-resolved]
strategy:
matrix:
os: [macos-14]
xcode: [Xcode_16.2]
os: [macos-15]
xcode: [Xcode_16.3]
runs-on: ${{ matrix.os }}
env:
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
Expand Down Expand Up @@ -115,22 +115,22 @@ jobs:
xcode: Xcode_16.2
target: iOS
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
target: iOS
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
target: tvOS
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
target: macOS
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
target: watchOS
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
target: catalyst
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
target: visionOS
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
xcode: Xcode_16.2
test-specs: unit,integration
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
test-specs: unit
runs-on: ${{ matrix.build-env.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: scripts/configure_test_keychain.sh
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Setup Bundler
run: scripts/setup_bundler.sh
- name: Install xcpretty
Expand All @@ -76,7 +76,7 @@ jobs:
xcode: Xcode_16.2
tests: --test-specs=unit
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
tests: --skip-tests
runs-on: ${{ matrix.build-env.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- os: macos-14
xcode: Xcode_16.2
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
runs-on: ${{ matrix.build-env.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Setup Bundler
run: scripts/setup_bundler.sh
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Prereqs
run: scripts/install_prereqs.sh RemoteConfigSample iOS
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tests:
# Flaky tests on CI
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
tests: --skip-tests
runs-on: ${{ matrix.build-env.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
xcode: Xcode_16.2
swift_version: 5.9
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
swift_version: 6.0
runs-on: ${{ matrix.build-env.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
include:
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
test: spm
- os: macos-14
xcode: Xcode_16.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
language: [Swift, ObjC]
include:
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symbolcollision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Bundler
run: scripts/setup_bundler.sh
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Prereqs
run: scripts/install_prereqs.sh SymbolCollision iOS
- name: Build
Expand Down
Loading