Skip to content

Commit 4f8baa9

Browse files
authored
reverting FTL to use flame again (#204)
1 parent acaad3b commit 4f8baa9

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

0 commit comments

Comments
 (0)