Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion .github/workflows/all_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:"
pub-cache-key: "flutter-pub-:os:-:channel:-:version:-:arch:-:hash:"
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
# Firebase iOS SDK: minimum Xcode 26.2.
run: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
- uses: bluefireteam/melos-action@705015c3d2bc4ab94201ac24accb2bbe070cf533
with:
melos-version: '5.3.0'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e_tests_fdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ jobs:
with:
node-version: '20'
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
# Firebase iOS SDK: minimum Xcode 26.2.
run: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
with:
distribution: 'temurin'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e_tests_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ jobs:
with:
node-version: '20'
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
# Firebase iOS SDK: minimum Xcode 26.2.
run: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
with:
distribution: 'temurin'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
with:
node-version: '20'
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
# Firebase iOS SDK: minimum Xcode 26.2.
run: sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
with:
distribution: 'temurin'
Expand Down
Loading