Skip to content

Commit 2be5aa5

Browse files
committed
[Firebase AI] Add macOS / Xcode 26 testing to spm job
1 parent 0411b7b commit 2be5aa5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/firebaseai.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ permissions:
2727

2828
jobs:
2929
spm:
30+
strategy:
31+
matrix:
32+
include:
33+
- os: macos-26
34+
xcode: Xcode_26.0
35+
platform: iOS
3036
uses: ./.github/workflows/common.yml
3137
with:
3238
target: FirebaseAIUnit

0 commit comments

Comments
 (0)