From 1d0446477fe711772a712b1b8ccd091b96ebf12e Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Fri, 27 Jun 2025 08:33:52 +0300 Subject: [PATCH 1/3] Test running tvOS everywhere to see if it still fails --- .yamato/config.metadata | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.yamato/config.metadata b/.yamato/config.metadata index ef7afe67cd..37c1929b0f 100644 --- a/.yamato/config.metadata +++ b/.yamato/config.metadata @@ -1,15 +1,15 @@ editors: - version: 2021.3 - version: 2022.3 - run_tvos: false + run_tvos: true - version: 6000.0 - run_tvos: false + run_tvos: true - version: 6000.1 - run_tvos: false + run_tvos: true - version: 6000.2 - run_tvos: false + run_tvos: true - version: trunk - run_tvos: false + run_tvos: true utr_install_win: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat utr_install_nix: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr && chmod +x utr From 281a0bf5d04628d5c0b3b97815abd48483637ca8 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Tue, 9 Sep 2025 13:50:43 +0300 Subject: [PATCH 2/3] Remove 6.1 EOL --- .yamato/config.metadata | 2 -- 1 file changed, 2 deletions(-) diff --git a/.yamato/config.metadata b/.yamato/config.metadata index a20d5e4f11..6c148978a7 100644 --- a/.yamato/config.metadata +++ b/.yamato/config.metadata @@ -4,8 +4,6 @@ editors: run_tvos: true - version: 6000.0 run_tvos: true - - version: 6000.1 - run_tvos: true - version: 6000.2 run_tvos: true - version: trunk From aab5b25a67a546e001e773b957e3f01a6dddc993 Mon Sep 17 00:00:00 2001 From: Paulius Dervinis Date: Tue, 9 Sep 2025 14:17:11 +0300 Subject: [PATCH 3/3] Turn off tvOS for 21.3 EOL soon --- .yamato/config.metadata | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamato/config.metadata b/.yamato/config.metadata index 6c148978a7..baf1ee3a59 100644 --- a/.yamato/config.metadata +++ b/.yamato/config.metadata @@ -1,5 +1,6 @@ editors: - version: 2021.3 + run_tvos: false - version: 2022.3 run_tvos: true - version: 6000.0