Skip to content

Commit 6ec501e

Browse files
authored
Remove extra iOS targets from GHA tests (#1368)
1 parent 57ce426 commit 6ec501e

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -122,29 +122,13 @@
122122
"emulator_target": {"platform": ANDROID, "type": "virtual", "image": "system-images;android-28;google_apis;x86_64"},
123123
"emulator_latest": {"platform": ANDROID, "type": "virtual", "image": "system-images;android-30;google_apis;x86_64"},
124124
"emulator_32bit": {"platform": ANDROID, "type": "virtual", "image": "system-images;android-30;google_apis;x86"},
125-
"ios_min": {"platform": IOS, "type": "real",
126-
"device": [
127-
# Slightly different OS versions because of limited FTL selection.
128-
"model=iphone8,version=14.7",
129-
"model=iphone11pro,version=14.7",
130-
"model=iphone12pro,version=14.8",
131-
]},
132125
"ios_target": {"platform": IOS, "type": "real",
133126
"device": [
134127
# Slightly different OS versions because of limited FTL selection.
135-
"model=iphone13pro,version=15.7",
136-
"model=iphone8,version=15.7",
137-
]},
138-
"ios_latest": {"platform": IOS, "type": "real",
139-
"device": [
140128
"model=iphone14pro,version=16.6",
141129
"model=iphone11pro,version=16.6",
142-
"model=iphone8,version=16.6",
143-
"model=ipad10,version=16.6",
144130
]},
145-
"simulator_min": {"platform": IOS, "type": "virtual", "name": "iPhone 15 Pro Max", "version": "17.0.1"},
146131
"simulator_target": {"platform": IOS, "type": "virtual", "name": "iPhone 15 Pro Max", "version": "17.2"},
147-
"simulator_latest": {"platform": IOS, "type": "virtual", "name": "iPhone 15 Plus", "version": "17.4"},
148132
"tvos_simulator": {"platform": TVOS, "type": "virtual", "name": "Apple TV", "version": "16.1"},
149133
}
150134

scripts/gha/test_simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
iPhone 8, OS 12.0:
3838
--ios_name "iPhone 8" --ios_version "12.0"
3939
Alternatively, to set an iOS device, use the one of the values below:
40-
[simulator_min, simulator_target, simulator_latest]
40+
[simulator_target]
4141
Example:
4242
--ios_device "simulator_target"
4343

0 commit comments

Comments
 (0)