From f0247426b8aad1c67317f3df4bf21b3781efa586 Mon Sep 17 00:00:00 2001 From: a-maurice Date: Mon, 8 Dec 2025 16:28:10 -0800 Subject: [PATCH] Update ios devices used by FTL --- scripts/gha/print_matrix_configuration.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/gha/print_matrix_configuration.py b/scripts/gha/print_matrix_configuration.py index e8dc8ceacd..bf1d08ff8c 100644 --- a/scripts/gha/print_matrix_configuration.py +++ b/scripts/gha/print_matrix_configuration.py @@ -206,8 +206,8 @@ "emulator_32bit": [ {"type": "virtual", "image":"system-images;android-30;google_apis;x86"} ], "ios_min": [ # Slightly different OS versions because of limited FTL selection. - {"type": "ftl", "device": "model=iphone13pro,version=15.7"}, - {"type": "ftl", "device": "model=iphone8,version=15.7"}, + {"type": "ftl", "device": "model=iphone14pro,version=16.6"}, + {"type": "ftl", "device": "model=iphone8,version=16.6"}, ], "ios_target": [ # Slightly different OS versions because of limited FTL selection. @@ -217,8 +217,7 @@ {"type": "ftl", "device": "model=ipad10,version=16.6"}, ], "ios_latest": [ - {"type": "ftl", "device": "model=iphone15,version=18.0"}, - {"type": "ftl", "device": "model=iphone15pro,version=18.0"}, + {"type": "ftl", "device": "model=iphone16pro,version=18.3"}, ], "simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ], "simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],