From 196a0235a7ed03db5eda1cd11f5db18689ebdd27 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Mon, 13 May 2024 11:08:02 -0700 Subject: [PATCH 1/3] Fix iOS simulator device to use the one that's preinstalled on the runners. --- scripts/gha/print_matrix_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha/print_matrix_configuration.py b/scripts/gha/print_matrix_configuration.py index 1a433d474..0f6567792 100644 --- a/scripts/gha/print_matrix_configuration.py +++ b/scripts/gha/print_matrix_configuration.py @@ -223,7 +223,7 @@ ], "simulator_min": [ {"type": "virtual", "name":"iPhone SE (3rd generation)", "version":"17.0.1"} ], "simulator_target": [ {"type": "virtual", "name":"iPhone 15", "version":"17.2"} ], - "simulator_latest": [ {"type": "virtual", "name":"iPad Pro (12.9-inch) (6th generation)", "version":"17.4"} ], + "simulator_latest": [ {"type": "virtual", "name":"iPad (10th generation)", "version":"17.4"} ], "tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ], } From ac8d8389c3cd4fcd908d1b28b7790de66f24f073 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Mon, 13 May 2024 13:47:33 -0700 Subject: [PATCH 2/3] Update device again. --- scripts/gha/print_matrix_configuration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/gha/print_matrix_configuration.py b/scripts/gha/print_matrix_configuration.py index 0f6567792..ea45d9774 100644 --- a/scripts/gha/print_matrix_configuration.py +++ b/scripts/gha/print_matrix_configuration.py @@ -221,9 +221,9 @@ {"type": "ftl", "device": "model=iphone8,version=16.6"}, {"type": "ftl", "device": "model=ipad10,version=16.6"}, ], - "simulator_min": [ {"type": "virtual", "name":"iPhone SE (3rd generation)", "version":"17.0.1"} ], - "simulator_target": [ {"type": "virtual", "name":"iPhone 15", "version":"17.2"} ], - "simulator_latest": [ {"type": "virtual", "name":"iPad (10th generation)", "version":"17.4"} ], + "simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ], + "simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ], + "simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.4"} ], "tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ], } From 96932fd5a0933af0ec46a076e09b0d73376dc744 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Mon, 13 May 2024 19:17:34 -0700 Subject: [PATCH 3/3] Another model. --- scripts/gha/print_matrix_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha/print_matrix_configuration.py b/scripts/gha/print_matrix_configuration.py index ea45d9774..cd9315f86 100644 --- a/scripts/gha/print_matrix_configuration.py +++ b/scripts/gha/print_matrix_configuration.py @@ -223,7 +223,7 @@ ], "simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ], "simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ], - "simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.4"} ], + "simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Plus", "version":"17.4"} ], "tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ], }