Skip to content

Commit d5d1d1e

Browse files
Merge pull request #262 from firebase/feature/ak-switch-ios-device
Change iOS device used by integration tests to iphone8, version 11.4
2 parents 10ba93f + 3227a81 commit d5d1d1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ jobs:
667667
apis: admob,analytics,auth,database,dynamic_links,firestore,functions,installations,instance_id,messaging,remote_config,storage
668668
android_device: flame
669669
android_api: 29
670-
ios_device: iphone11pro
671-
ios_version: 13.3
670+
ios_device: iphone8
671+
ios_version: 11.4
672672
steps:
673673
- name: Checkout repo
674674
uses: actions/[email protected]

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ on:
2727
default: '29'
2828
ios_device:
2929
description: 'iOS device model'
30-
default: 'iphone11pro'
30+
default: 'iphone8'
3131
ios_version:
3232
description: 'iOS device version'
33-
default: '13.3'
33+
default: '11.4'
3434

3535
jobs:
3636
# To feed input into the job matrix, we first need to convert to a JSON

0 commit comments

Comments
 (0)