Skip to content

Commit 61886da

Browse files
authored
Merge c4d5b0c into d170cb6
2 parents d170cb6 + c4d5b0c commit 61886da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
EXPANDED_KEY: {
128128
"ssl_lib": ["openssl", "boringssl"],
129129
"android_device": ["android_target", "android_latest", "emulator_ftl_target", "emulator_ftl_latest"],
130-
"ios_device": ["ios_min", "ios_target", "ios_latest", "simulator_min", "simulator_target", "simulator_latest"],
130+
"ios_device": ["ios_min", "ios_target", "ios_latest", "simulator_target"],
131131
"tvos_device": ["tvos_simulator"],
132132
"architecture_windows_linux": ["x64", "x86"],
133133
"architecture_macos": ["x64", "arm64"],
@@ -221,9 +221,7 @@
221221
{"type": "ftl", "device": "model=iphone8,version=16.6"},
222222
{"type": "ftl", "device": "model=ipad10,version=16.6"},
223223
],
224-
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ],
225224
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
226-
"simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Plus", "version":"17.4"} ],
227225
"tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ],
228226
}
229227

0 commit comments

Comments
 (0)