Skip to content

Commit b6280ee

Browse files
authored
Merge branch 'dev' into feature/fix-corrupt-mac-libs
2 parents f9e7a59 + 4f8baa9 commit b6280ee

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
@@ -622,8 +622,8 @@ jobs:
622622
fail-fast: false
623623
env:
624624
apis: admob,analytics,auth,database,dynamic_links,firestore,functions,instance_id,messaging,remote_config,storage
625-
android_device: walleye
626-
android_api: 27
625+
android_device: flame
626+
android_api: 29
627627
ios_device: iphone11pro
628628
ios_version: 13.3
629629
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)