Skip to content

Commit ea08dd2

Browse files
authored
Fix android test devices
1 parent 9750eac commit ea08dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
103103
"platform": ["Desktop", "Android", "iOS", "tvOS"],
104104
"ssl_lib": ["openssl"],
105-
"android_device": ["android_latest", "emulator_target"],
105+
"android_device": ["android_target", "emulator_target"],
106106
"ios_device": ["ios_target", "simulator_target"],
107107
"tvos_device": ["tvos_simulator"],
108108
"build_type": ["Debug"],
@@ -118,7 +118,7 @@
118118

119119
EXPANDED_KEY: {
120120
"ssl_lib": ["openssl", "boringssl"],
121-
"android_device": ["android_latest", "android_latest", "emulator_target", "emulator_latest", "emulator_32bit"],
121+
"android_device": ["android_target", "android_latest", "emulator_target", "emulator_latest", "emulator_32bit"],
122122
"ios_device": ["ios_min", "ios_target", "ios_latest", "simulator_min", "simulator_target", "simulator_latest"],
123123
"tvos_device": ["tvos_simulator"],
124124
}

0 commit comments

Comments
 (0)