8787 script : flutter test integration_test/firebase_ui_test.dart --dart-define=CI=true -d emulator-5554
8888
8989 ios :
90- runs-on : macos-latest
90+ runs-on : macos-15
9191 timeout-minutes : 45
9292 steps :
9393 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -126,8 +126,8 @@ jobs:
126126 id : pods-cache
127127 with :
128128 path : tests/ios/Pods
129- key : ${{ runner.os }}-pods-v3 -${{ hashFiles('tests/ios/Podfile.lock') }}
130- restore-keys : ${{ runner.os }}-ios-pods-v2
129+ key : ${{ runner.os }}-pods-v4 -${{ hashFiles('tests/ios/Podfile.lock') }}
130+ restore-keys : ${{ runner.os }}-ios-pods-v3
131131 - name : " Install Tools"
132132 run : sudo npm i -g firebase-tools
133133 - name : Firebase Emulator Cache
@@ -172,7 +172,7 @@ jobs:
172172 id : simulator
173173 with :
174174 # List of available simulators: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#installed-simulators
175- model : " iPhone 15 "
175+ model : " iPhone 16 "
176176 - name : " E2E Tests"
177177 working-directory : tests
178178 env :
@@ -183,7 +183,7 @@ jobs:
183183 flutter test ./integration_test/firebase_ui_test.dart -d "$SIMULATOR" --dart-define=CI=true
184184
185185 macos :
186- runs-on : macos-latest
186+ runs-on : macos-15
187187 timeout-minutes : 45
188188 steps :
189189 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -205,8 +205,8 @@ jobs:
205205 id : pods-cache
206206 with :
207207 path : tests/macos/Pods
208- key : ${{ runner.os }}-pods-v2 -${{ hashFiles('tests/macos/Podfile.lock') }}
209- restore-keys : ${{ runner.os }}-macos-pods-v1
208+ key : ${{ runner.os }}-pods-v4 -${{ hashFiles('tests/macos/Podfile.lock') }}
209+ restore-keys : ${{ runner.os }}-macos-pods-v3
210210 - name : " Install Tools"
211211 run : sudo npm i -g firebase-tools
212212 - name : Cache Firebase Emulator
0 commit comments