From 25aa0049fb4d9cd9003aa95db68495e88412a920 Mon Sep 17 00:00:00 2001 From: "drsanta@google.com" Date: Thu, 5 Jan 2023 09:54:33 -0500 Subject: [PATCH] temporarily remove tvOS from print_matrix_configuration.py --- 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 5aa16124..0be5b9b1 100644 --- a/scripts/gha/print_matrix_configuration.py +++ b/scripts/gha/print_matrix_configuration.py @@ -65,7 +65,7 @@ "matrix": { "unity_versions": ["2020"], "build_os": [""], - "platforms": [WINDOWS, MACOS, LINUX, ANDROID, IOS, TVOS, PLAYMODE], + "platforms": [WINDOWS, MACOS, LINUX, ANDROID, IOS, PLAYMODE], "mobile_devices": ["android_target", "ios_target", "simulator_target", "tvos_simulator"], "mobile_test_on": ["real"],