File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 package-release :
3131 # Don't run on private repo.
3232 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
33- runs-on : macos-14
33+ runs-on : macos-15
3434 steps :
3535 - uses : actions/checkout@v4
3636 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
5858 build :
5959 # Don't run on private repo unless it is a PR.
6060 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
61- runs-on : macos-14
61+ runs-on : macos-15
6262 steps :
6363 - uses : actions/checkout@v4
6464 - name : Xcode 16.2
7575 strategy :
7676 matrix :
7777 linking_type : [static, dynamic]
78- runs-on : macos-14
78+ runs-on : macos-15
7979 steps :
8080 - uses : actions/checkout@v4
8181 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -349,7 +349,7 @@ jobs:
349349 SDK : " Database"
350350 strategy :
351351 matrix :
352- os : [macos-14 ]
352+ os : [macos-15 ]
353353 xcode : [Xcode_16.2]
354354 artifact : [Firebase-actions-dir, Firebase-actions-dir-dynamic]
355355 runs-on : ${{ matrix.os }}
@@ -509,7 +509,7 @@ jobs:
509509 needs : package-head
510510 env :
511511 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
512- runs-on : macos-14
512+ runs-on : macos-15
513513 steps :
514514 - name : Xcode 16.2
515515 run : sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
You can’t perform that action at this time.
0 commit comments