Skip to content
This repository was archived by the owner on Jul 3, 2022. It is now read-only.

Commit 84be2bb

Browse files
authored
Update tests.yml
1 parent 982f9b8 commit 84be2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: iOS
1717
run: xcodebuild test -project BrightFutures.xcodeproj -scheme BrightFutures-iOS -sdk iphonesimulator -destination "platform=iOS Simulator,OS=15.5,name=iPhone 13 mini"
1818
- name: tvOS
19-
run: xcodebuild test -project BrightFutures.xcodeproj -scheme BrightFutures-tvOS -sdk appletvsimulator -destination "OS=15.4,name=Apple TV 4K"
19+
run: xcodebuild test -project BrightFutures.xcodeproj -scheme BrightFutures-tvOS -sdk appletvsimulator -destination "OS=15.4,name=Apple TV 4K (2nd generation)"
2020
- name: watchOS
21-
run: xcodebuild build -project BrightFutures.xcodeproj -scheme BrightFutures-watchOS -sdk watchsimulator
21+
run: xcodebuild build -project BrightFutures.xcodeproj -scheme BrightFutures-watchOS -sdk watchsimulator

0 commit comments

Comments
 (0)