Skip to content

Commit 39486ca

Browse files
authored
Update Symbol Collision test Xcode (#14431)
1 parent 34d960f commit 39486ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/symbolcollision.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
installation-test:
2121
# Don't run on private repo unless it is a PR.
2222
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
23-
runs-on: macos-14
23+
runs-on: macos-15
2424

2525
steps:
2626
- uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Bundler
3232
run: scripts/setup_bundler.sh
3333
- name: Xcode
34-
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
34+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
3535
- name: Prereqs
3636
run: scripts/install_prereqs.sh SymbolCollision iOS
3737
- name: Build

0 commit comments

Comments
 (0)