We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a61286 commit a2a46b2Copy full SHA for a2a46b2
.github/workflows/firestore.yml
@@ -572,7 +572,7 @@ jobs:
572
spm-binary-cron:
573
# Don't run on private repo.
574
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
575
- runs-on: macos-14
+ runs-on: macos-15
576
strategy:
577
matrix:
578
target: [tvOS, macOS, catalyst]
@@ -581,6 +581,8 @@ jobs:
581
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
582
with:
583
cache_key: ${{ matrix.target }}
584
+ - name: Xcode
585
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
586
- name: Initialize xcodebuild
587
run: scripts/setup_spm_tests.sh
588
- name: Build Test - Binary
0 commit comments