File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 79
79
env :
80
80
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
81
81
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
83
83
steps :
84
84
- uses : actions/checkout@v4
85
85
- uses : ruby/setup-ruby@v1
90
90
quickstart-ios/performance/GoogleService-Info.plist "$plist_secret"
91
91
- name : Test swift quickstart
92
92
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)
95
96
96
97
quickstart-ftl-cron-only :
97
98
if : github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'
You can’t perform that action at this time.
0 commit comments