Skip to content

Commit caacf39

Browse files
authored
Merge pull request #35 from skiptools/firebase-xcode-min-ci
Update CI to run on macos-15 due to Xcode 16 being required (firebase/firebase-ios-sdk#14732)
2 parents 0359525 + 2ef5b39 commit caacf39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ permissions:
1414
jobs:
1515
call-workflow:
1616
uses: skiptools/actions/.github/workflows/skip-framework.yml@v1
17+
with:
18+
# Firebase now requires Xcode 16, so it cannot run on macos-13
19+
# https://github.com/firebase/firebase-ios-sdk/issues/14732
20+
runs-on: "['macos-15']"

0 commit comments

Comments
 (0)