Skip to content

Commit

Permalink
[Infra] Use macos-13 + Xcode 14 in inappmessaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 15, 2024
1 parent 427647b commit 67c51e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'

# TODO(#12770): Update to macos-14 when tests are updated for Xcode 15.
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
# TODO(#8682): Reenable iPad after fixing Xcode 13 test failures.
# platform: [iOS, iPad]
platform: [iOS]

xcode: [Xcode_14.2]
steps:
- uses: actions/checkout@v4
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
Expand All @@ -60,6 +60,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: Prereqs
run: scripts/install_prereqs.sh InAppMessaging ${{ matrix.platform }} xcodebuild
- name: Build and test
Expand Down

0 comments on commit 67c51e0

Please sign in to comment.