Skip to content

Commit eff8849

Browse files
Change to Pixel 2, Android API 27
1 parent 90e913b commit eff8849

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
@@ -620,8 +620,8 @@ jobs:
620620
fail-fast: false
621621
env:
622622
apis: admob,analytics,auth,database,dynamic_links,firestore,functions,instance_id,messaging,remote_config,storage
623-
android_device: blueline
624-
android_api: 28
623+
android_device: walleye
624+
android_api: 27
625625
ios_device: iphone11pro
626626
ios_version: 13.3
627627
steps:

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ on:
1717
required: true
1818
android_device:
1919
description: 'Android device model'
20-
default: 'blueline'
20+
default: 'walleye'
2121
android_api:
2222
description: 'Android API level'
23-
default: '28'
23+
default: '27'
2424
ios_device:
2525
description: 'iOS device model'
2626
default: 'iphone11pro'

0 commit comments

Comments
 (0)