From a3c3094e21770f6da64f81f347c6f8c7f7efe59f Mon Sep 17 00:00:00 2001 From: Uruk Date: Wed, 27 Aug 2025 21:01:10 +0200 Subject: [PATCH] chore: update iOS build matrix to target only phone --- .github/workflows/build-ios.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 073f2c6e..e885fcf5 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -22,7 +22,8 @@ jobs: strategy: fail-fast: false matrix: - target: [phone, tv] + target: [phone] +# target: [phone, tv] steps: - name: 📥 Checkout code