From bb433a8ddf47c8d815d9a2f2674eb7330d10fa31 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 2 Nov 2023 07:21:52 -0700 Subject: [PATCH] Xcode versions for analytics --- .github/workflows/analytics.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/analytics.yml b/.github/workflows/analytics.yml index 65e7b8ec933..70f3cea04fa 100644 --- a/.github/workflows/analytics.yml +++ b/.github/workflows/analytics.yml @@ -24,6 +24,11 @@ jobs: matrix: target: [ios, tvos, macos] os: [macos-12, macos-13] + include: + - os: macos-12 + xcode: Xcode_14.2 + - os: macos-13 + xcode: Xcode_15.0.1 runs-on: ${{ matrix.os }} steps: @@ -31,6 +36,8 @@ jobs: - uses: ruby/setup-ruby@v1 - name: Setup Bundler run: scripts/setup_bundler.sh + - name: Xcode + run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer - name: GoogleAppMeasurement run: scripts/third_party/travis/retry.sh pod spec lint GoogleAppMeasurement.podspec --platforms=${{ matrix.target }} --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/ - name: FirebaseAnalytics