We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d960f commit 39486caCopy full SHA for 39486ca
.github/workflows/symbolcollision.yml
@@ -20,7 +20,7 @@ jobs:
20
installation-test:
21
# Don't run on private repo unless it is a PR.
22
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
23
- runs-on: macos-14
+ runs-on: macos-15
24
25
steps:
26
- uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
31
- name: Setup Bundler
32
run: scripts/setup_bundler.sh
33
- name: Xcode
34
- run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
35
- name: Prereqs
36
run: scripts/install_prereqs.sh SymbolCollision iOS
37
- name: Build
0 commit comments