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 4e9d357 commit ba1d106Copy full SHA for ba1d106
.github/workflows/prerelease.yml
@@ -447,7 +447,8 @@ jobs:
447
testing_repo_dir: "/tmp/test/"
448
testing_repo: "firebase-ios-sdk"
449
LEGACY: true
450
- runs-on: macos-14
+ # TODO: The functions quickstart uses Material which isn't supported by Xcode 15
451
+ runs-on: macos-12
452
steps:
453
- uses: actions/checkout@v4
454
- uses: ruby/setup-ruby@v1
.github/workflows/release.yml
@@ -398,7 +398,8 @@ jobs:
398
399
400
401
402
403
404
405
0 commit comments