Skip to content

Commit ba1d106

Browse files
authored
Another macos-14 CI workaround (#12787)
1 parent 4e9d357 commit ba1d106

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ jobs:
447447
testing_repo_dir: "/tmp/test/"
448448
testing_repo: "firebase-ios-sdk"
449449
LEGACY: true
450-
runs-on: macos-14
450+
# TODO: The functions quickstart uses Material which isn't supported by Xcode 15
451+
runs-on: macos-12
451452
steps:
452453
- uses: actions/checkout@v4
453454
- uses: ruby/setup-ruby@v1

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,8 @@ jobs:
398398
testing_repo_dir: "/tmp/test/"
399399
testing_repo: "firebase-ios-sdk"
400400
LEGACY: true
401-
runs-on: macos-14
401+
# TODO: The functions quickstart uses Material which isn't supported by Xcode 15
402+
runs-on: macos-12
402403
steps:
403404
- uses: actions/checkout@v4
404405
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)