diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index 629ce3dcb758..6c538519eff4 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -156,7 +156,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' diff --git a/.github/workflows/e2e_tests_fdc.yaml b/.github/workflows/e2e_tests_fdc.yaml index d840b38f2695..83f37cd9f30d 100644 --- a/.github/workflows/e2e_tests_fdc.yaml +++ b/.github/workflows/e2e_tests_fdc.yaml @@ -150,8 +150,9 @@ jobs: with: node-version: '20' - name: Xcode - run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 + # 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' java-version: '21' diff --git a/.github/workflows/e2e_tests_pipeline.yaml b/.github/workflows/e2e_tests_pipeline.yaml index c45b311ee3ed..33cd6fe841d2 100644 --- a/.github/workflows/e2e_tests_pipeline.yaml +++ b/.github/workflows/e2e_tests_pipeline.yaml @@ -166,8 +166,9 @@ jobs: with: node-version: '20' - name: Xcode - run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 + # 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' java-version: '21' diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index 1a8d7841ff5c..6fb79e973a3a 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -47,8 +47,9 @@ jobs: with: node-version: '20' - name: Xcode - run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 + # 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' java-version: '21'