Skip to content

Commit e8c71d1

Browse files
ncooke3andrewheard
andauthored
[Infra] Migrate away from macos-12 in performance.yml (#14131)
Co-authored-by: Andrew Heard <[email protected]>
1 parent d84d5ef commit e8c71d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
performance:
2929
# Don't run on private repo unless it is a PR.
3030
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
31-
runs-on: macos-12
31+
runs-on: macos-14
3232
strategy:
3333
matrix:
3434
target: [iOS, tvOS]
@@ -43,7 +43,6 @@ jobs:
4343
run: scripts/setup_bundler.sh
4444
- name: Install xcpretty
4545
run: gem install xcpretty
46-
#TODO: Xcode 15 tests are blocked by #11903
4746
- name: BuildAndTest # can be replaced with pod lib lint with CocoaPods 1.10
4847
run: scripts/third_party/travis/retry.sh scripts/build.sh Performance ${{ matrix.target }} ${{ matrix.test }}
4948

0 commit comments

Comments
 (0)