We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84d5ef commit e8c71d1Copy full SHA for e8c71d1
.github/workflows/performance.yml
@@ -28,7 +28,7 @@ jobs:
28
performance:
29
# Don't run on private repo unless it is a PR.
30
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
31
- runs-on: macos-12
+ runs-on: macos-14
32
strategy:
33
matrix:
34
target: [iOS, tvOS]
@@ -43,7 +43,6 @@ jobs:
43
run: scripts/setup_bundler.sh
44
- name: Install xcpretty
45
run: gem install xcpretty
46
- #TODO: Xcode 15 tests are blocked by #11903
47
- name: BuildAndTest # can be replaced with pod lib lint with CocoaPods 1.10
48
run: scripts/third_party/travis/retry.sh scripts/build.sh Performance ${{ matrix.target }} ${{ matrix.test }}
49
0 commit comments