Skip to content

Commit 96d2c84

Browse files
Merge pull request #199 from firebase/feature/aks-change-device
Use Pixel 2, API 27 instead of Pixel 4, API 29
2 parents c678ca1 + eff8849 commit 96d2c84

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: flame
624-
android_api: 29
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: 'flame'
20+
default: 'walleye'
2121
android_api:
2222
description: 'Android API level'
23-
default: '29'
23+
default: '27'
2424
ios_device:
2525
description: 'iOS device model'
2626
default: 'iphone11pro'

0 commit comments

Comments
 (0)