@@ -25,7 +25,7 @@ concurrency:
2525jobs :
2626 client-app-spm :
2727 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
28- runs-on : macos-14
28+ runs-on : macos-15
2929 strategy :
3030 matrix :
3131 # TODO(ncooke3): Add multi-platform support: tvOS, macOS, catalyst
3737 with :
3838 cache_key : ${{ matrix.os }}
3939 - name : Xcode
40- run : sudo xcode-select -s /Applications/Xcode_15 .2.app/Contents/Developer
40+ run : sudo xcode-select -s /Applications/Xcode_16 .2.app/Contents/Developer
4141 - name : Build Client App –– ${{ matrix.platform }}
4242 run : scripts/third_party/travis/retry.sh ./scripts/build.sh ${{ matrix.scheme }} ${{ matrix.platform }} xcodebuild
4343
4646 env :
4747 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
4848 FIREBASE_SOURCE_FIRESTORE : 1
49- runs-on : macos-14
49+ runs-on : macos-15
5050 strategy :
5151 matrix :
5252 # TODO(ncooke3): Add multi-platform support: tvOS, macOS, catalyst
@@ -58,14 +58,14 @@ jobs:
5858 with :
5959 cache_key : ${{ matrix.os }}
6060 - name : Xcode
61- run : sudo xcode-select -s /Applications/Xcode_15 .2.app/Contents/Developer
61+ run : sudo xcode-select -s /Applications/Xcode_16 .2.app/Contents/Developer
6262 - name : Build Client App –– ${{ matrix.platform }}
6363 run : scripts/third_party/travis/retry.sh ./scripts/build.sh ${{ matrix.scheme }} ${{ matrix.platform }} xcodebuild
6464
6565 client-app-cocoapods :
6666 # Don't run on private repo unless it is a PR.
6767 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
68- runs-on : macos-14
68+ runs-on : macos-15
6969 strategy :
7070 matrix :
7171 scheme : [ClientApp-CocoaPods]
7878 - name : Setup Bundler
7979 run : scripts/setup_bundler.sh
8080 - name : Xcode
81- run : sudo xcode-select -s /Applications/Xcode_15 .2.app/Contents/Developer
81+ run : sudo xcode-select -s /Applications/Xcode_16 .2.app/Contents/Developer
8282 - name : Prereqs
8383 run : scripts/install_prereqs.sh ClientApp iOS xcodebuild
8484 - name : Build
0 commit comments