chore: update iOS build matrix to target only phone

This commit is contained in:
Uruk
2025-08-27 21:01:10 +02:00
parent 5b5187e49f
commit a3c3094e21

View File

@@ -22,7 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [phone, tv]
target: [phone]
# target: [phone, tv]
steps:
- name: 📥 Checkout code