Skip to content

Commit 77f08a7

Browse files
committed
Update iOS-tvOS.yml
1 parent 3b54e66 commit 77f08a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/iOS-tvOS.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ jobs:
1616

1717
- name: Select Xcode version
1818
run: sudo xcode-select -s '/Applications/Xcode_26.1.app/Contents/Developer'
19+
- name: Clear Xcode Simulators List
20+
run: sudo xcrun simctl list > /dev/null
1921
- name: Install iOS Xcode Component
20-
run: sudo xcodebuild -downloadPlatform iOS -architectureVariant universal
22+
run: sudo xcodebuild -downloadPlatform iOS
23+
- name: Install tvOS Xcode Component
24+
run: sudo xcodebuild -downloadPlatform tvOS
2125

2226
- name: Swift Version
2327
run: swift --version

0 commit comments

Comments
 (0)