We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a520ba0 commit 6f36ea9Copy full SHA for 6f36ea9
.github/workflows/firebaseai.yml
@@ -82,10 +82,17 @@ jobs:
82
setup_command: scripts/update_vertexai_responses.sh
83
84
quickstart:
85
- runs-on: macos-15
+ strategy:
86
+ matrix:
87
+ include:
88
+ - os: macos-15
89
+ xcode: Xcode_16.3
90
+ runs-on: ${{ matrix.os }}
91
env:
92
BRANCH_NAME: ${{ github.head_ref || github.ref_name || 'main' }}
93
steps:
94
- uses: actions/checkout@v4
95
+ - name: Xcode
96
+ run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
97
- name: Build Quickstart
98
run: scripts/quickstart_build_spm.sh FirebaseAI
0 commit comments