File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
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'
You can’t perform that action at this time.
0 commit comments