We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
buildup_SpecsTesting_repo
macos-15
1 parent ba7849a commit 9dda47eCopy full SHA for 9dda47e
.github/workflows/prerelease.yml
@@ -112,7 +112,7 @@ jobs:
112
needs: [buildup_SpecsTesting_repo_FirebaseCore, specs_checking]
113
# Don't run on private repo unless it is a PR.
114
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch'
115
- runs-on: macos-14
+ runs-on: macos-15
116
strategy:
117
fail-fast: false
118
matrix: ${{fromJson(needs.specs_checking.outputs.matrix)}}
0 commit comments