From f0c8730c3717799efe7c98dea1058413a359db75 Mon Sep 17 00:00:00 2001 From: a-maurice Date: Tue, 26 Aug 2025 15:20:50 -0700 Subject: [PATCH] Update the tvOS simulator version used by tests --- 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 2ad0d041cf..ca665c3263 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.2"} ], "simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ], "simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Pro", "version":"17.4"} ], - "tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ], + "tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"17.2"} ], } # Easy accesssor for getting a TEST_DEVICES entry. Note that once a device model