Skip to content

Commit 10fd1d8

Browse files
authored
feat: bump Firebase iOS SDK to 11.13.0 (#17378)
* feat: bump Firebase iOS SDK to 11.13.0 * chore: trigger CI * chore: bump macos version to 15 * chore: update iPhone model to fix CI
1 parent 95e624c commit 10fd1d8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/e2e_tests_fdc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
flutter test integration_test/e2e_test.dart --dart-define=CI=true -d emulator-5554
9191
9292
ios:
93-
runs-on: macos-14
93+
runs-on: macos-15
9494
timeout-minutes: 45
9595
strategy:
9696
fail-fast: false
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
# Boot simulator and wait for System app to be ready.
162162
# List of available simulators: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#installed-simulators
163-
SIMULATOR="iPhone 15"
163+
SIMULATOR="iPhone 16"
164164
xcrun simctl bootstatus "$SIMULATOR" -b
165165
xcrun simctl logverbose "$SIMULATOR" enable
166166
# Sleep to allow simulator to settle.

.github/workflows/ios.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
ios:
29-
runs-on: macos-14
29+
runs-on: macos-15
3030
timeout-minutes: 45
3131
strategy:
3232
fail-fast: false
@@ -107,7 +107,7 @@ jobs:
107107
id: simulator
108108
with:
109109
# List of available simulators: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#installed-simulators
110-
model: "iPhone 15"
110+
model: "iPhone 16"
111111
- name: 'E2E Tests'
112112
working-directory: ${{ matrix.working_directory }}
113113
env:

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
macos:
29-
runs-on: macos-14
29+
runs-on: macos-15
3030
timeout-minutes: 45
3131
strategy:
3232
fail-fast: false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# https://firebase.google.com/support/release-notes/ios
22
def firebase_sdk_version!()
3-
'11.10.0'
3+
'11.13.0'
44
end

0 commit comments

Comments
 (0)