Skip to content

Commit a2a46b2

Browse files
authored
[Infra] Update firestore.yml
1 parent 8a61286 commit a2a46b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/firestore.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ jobs:
572572
spm-binary-cron:
573573
# Don't run on private repo.
574574
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
575-
runs-on: macos-14
575+
runs-on: macos-15
576576
strategy:
577577
matrix:
578578
target: [tvOS, macOS, catalyst]
@@ -581,6 +581,8 @@ jobs:
581581
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
582582
with:
583583
cache_key: ${{ matrix.target }}
584+
- name: Xcode
585+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
584586
- name: Initialize xcodebuild
585587
run: scripts/setup_spm_tests.sh
586588
- name: Build Test - Binary

0 commit comments

Comments
 (0)