Skip to content

Commit 6f36ea9

Browse files
committed
Try to fix quickstart CI
1 parent a520ba0 commit 6f36ea9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/firebaseai.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,17 @@ jobs:
8282
setup_command: scripts/update_vertexai_responses.sh
8383

8484
quickstart:
85-
runs-on: macos-15
85+
strategy:
86+
matrix:
87+
include:
88+
- os: macos-15
89+
xcode: Xcode_16.3
90+
runs-on: ${{ matrix.os }}
8691
env:
8792
BRANCH_NAME: ${{ github.head_ref || github.ref_name || 'main' }}
8893
steps:
8994
- uses: actions/checkout@v4
95+
- name: Xcode
96+
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
9097
- name: Build Quickstart
9198
run: scripts/quickstart_build_spm.sh FirebaseAI

0 commit comments

Comments
 (0)