mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-01 23:42:22 +00:00
chore: update iOS build matrix to target only phone
This commit is contained in:
3
.github/workflows/build-ios.yml
vendored
3
.github/workflows/build-ios.yml
vendored
@@ -22,7 +22,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [phone, tv]
|
||||
target: [phone]
|
||||
# target: [phone, tv]
|
||||
|
||||
steps:
|
||||
- name: 📥 Checkout code
|
||||
|
||||
Reference in New Issue
Block a user