Skip to content

Commit 9dda47e

Browse files
authored
[CI] Run buildup_SpecsTesting_repo job on macos-15 (#14506)
1 parent ba7849a commit 9dda47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
needs: [buildup_SpecsTesting_repo_FirebaseCore, specs_checking]
113113
# Don't run on private repo unless it is a PR.
114114
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch'
115-
runs-on: macos-14
115+
runs-on: macos-15
116116
strategy:
117117
fail-fast: false
118118
matrix: ${{fromJson(needs.specs_checking.outputs.matrix)}}

0 commit comments

Comments
 (0)