From 695134cf15c8ca76daf3cc78df91a11902e637dd Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 1 May 2025 17:12:43 -0700 Subject: [PATCH 1/2] [Firestore] Update pod-lib-lint tests to Xcode 16.3 Investigating #14643 --- .github/workflows/firestore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index a8ed245cc76..9ce7845ba60 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -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. From 39fed775caf4ef5f783a07249ec9dd5802b9511b Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 1 May 2025 17:40:10 -0700 Subject: [PATCH 2/2] More Xcode 16.3 --- .github/workflows/firestore.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index 9ce7845ba60..6282b0511d5 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -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: