Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Firebase AI] Add macOS / Xcode 26 testing to spm job
  • Loading branch information
andrewheard committed Sep 15, 2025
commit 2be5aa5d07a554000aed5697615ef2330b65c9ca
6 changes: 6 additions & 0 deletions .github/workflows/firebaseai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ permissions:

jobs:
spm:
strategy:
matrix:
include:
- os: macos-26
xcode: Xcode_26.0
platform: iOS
uses: ./.github/workflows/common.yml
with:
target: FirebaseAIUnit
Expand Down
Loading