Skip to content

Commit

Permalink
Update iOS and watchOS test run destinations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown committed Nov 11, 2024
1 parent 4df1b55 commit 7d7a585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
case "${{ matrix.destination }}" in
"iOS")
DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro"
DESTINATION="platform=iOS Simulator,name=iPhone 16"
SCHEME=ReactiveSwift-iOS
;;
"tvOS")
Expand All @@ -40,7 +40,7 @@ jobs:
;;
"watchOS")
ACTION=build
DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 5 (44mm)"
DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)"
SCHEME=ReactiveSwift-watchOS
;;
"macCatalyst")
Expand Down

0 comments on commit 7d7a585

Please sign in to comment.