|
|
@@ -115,7 +115,7 @@ jobs:
|
|
|
catalyst:
|
|
|
# Don't run on private repo unless it is a PR.
|
|
|
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
|
|
|
- runs-on: macos-14
|
|
|
+ runs-on: macos-15
|
|
|
steps:
|
|
|
- uses: actions/checkout@v4
|
|
|
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
|
|
|
@@ -124,6 +124,8 @@ jobs:
|
|
|
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
|
|
|
- name: Setup Bundler
|
|
|
run: scripts/setup_bundler.sh
|
|
|
+ - name: Xcode
|
|
|
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
|
|
|
- name: Setup Catalyst project and run unit tests
|
|
|
run: scripts/test_catalyst.sh FirebaseCoreInternal test FirebaseCoreInternal-Unit-Unit
|
|
|
- name: Setup Catalyst project and run integration tests
|