Skip to content

[Firestore] Update CI tests to Xcode 16.3 #14801

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
May 2, 2025
Merged
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
12 changes: 6 additions & 6 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,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: Pod lib lint
# TODO(#9565, b/227461966): Remove --no-analyze when absl is fixed.
Expand Down Expand Up @@ -494,19 +494,19 @@ 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: catalyst
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
target: visionOS
runs-on: ${{ matrix.os }}
env:
Expand Down
Loading