Skip to content

Commit

Permalink
Another macos-14 CI workaround (#12787)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Apr 15, 2024
1 parent 4e9d357 commit ba1d106
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ jobs:
testing_repo_dir: "/tmp/test/"
testing_repo: "firebase-ios-sdk"
LEGACY: true
runs-on: macos-14
# TODO: The functions quickstart uses Material which isn't supported by Xcode 15
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ jobs:
testing_repo_dir: "/tmp/test/"
testing_repo: "firebase-ios-sdk"
LEGACY: true
runs-on: macos-14
# TODO: The functions quickstart uses Material which isn't supported by Xcode 15
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit ba1d106

Please sign in to comment.