From 1bf8ec17d7013af8632b2bd36444cab247ec7f6d Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Tue, 20 May 2025 11:15:44 -0400 Subject: [PATCH 1/2] Update remoteconfig.yml --- .github/workflows/remoteconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remoteconfig.yml b/.github/workflows/remoteconfig.yml index d1b9bd1a9e5..002d1bfad72 100644 --- a/.github/workflows/remoteconfig.yml +++ b/.github/workflows/remoteconfig.yml @@ -88,7 +88,7 @@ jobs: # tests: --allow-warnings # 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: From bf6f4f04b067b0538f1eb8613ad6519e4db62abf Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Tue, 20 May 2025 17:12:09 -0400 Subject: [PATCH 2/2] Use Xcode 16.3 for everything --- .github/workflows/remoteconfig.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/remoteconfig.yml b/.github/workflows/remoteconfig.yml index 002d1bfad72..97bc71bb88b 100644 --- a/.github/workflows/remoteconfig.yml +++ b/.github/workflows/remoteconfig.yml @@ -64,7 +64,7 @@ jobs: run: ([ -z $plist_secret ] || scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg FirebaseRemoteConfig/Tests/Swift/AccessToken.json) - 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: Fake Console API Tests run: scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole - name: IntegrationTest @@ -84,8 +84,6 @@ jobs: build-env: - os: macos-14 xcode: Xcode_16.2 -# # TODO(#13078): Fix testing infra to enforce warnings again. -# tests: --allow-warnings # Flaky tests on CI - os: macos-15 xcode: Xcode_16.3 @@ -114,7 +112,7 @@ jobs: - uses: actions/checkout@v4 - 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 quickstart run: scripts/setup_quickstart.sh config - name: Install Secret GoogleService-Info.plist @@ -185,7 +183,7 @@ jobs: - uses: actions/checkout@v4 - 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: PodLibLint RemoteConfig Cron