Skip to content

Commit a2fd744

Browse files
authored
Disable failing ObjC Performance quickstart on CI (#12853)
1 parent 9794038 commit a2fd744

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/performance.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
8181
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
82-
runs-on: macos-12 # TODO: the legacy ObjC quickstarts don't run with Xcode 15.
82+
runs-on: macos-14
8383
steps:
8484
- uses: actions/checkout@v4
8585
- uses: ruby/setup-ruby@v1
@@ -90,8 +90,9 @@ jobs:
9090
quickstart-ios/performance/GoogleService-Info.plist "$plist_secret"
9191
- name: Test swift quickstart
9292
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true swift)
93-
- name: Test objc quickstart
94-
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true)
93+
# TODO: The legacy ObjC quickstarts don't run with Xcode 15, re-able if we get these working.
94+
# - name: Test objc quickstart
95+
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true)
9596

9697
quickstart-ftl-cron-only:
9798
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'

0 commit comments

Comments
 (0)