Skip to content

Commit

Permalink
Update iPhone device for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mluisbrown committed Mar 19, 2024
1 parent 715c339 commit 7b0669c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ jobs:
case "${{ matrix.destination }}" in
"iOS")
DESTINATION="platform=iOS Simulator,name=iPhone 11 Pro"
DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro"
SCHEME=ReactiveSwift-iOS
;;
"tvOS")
DESTINATION="platform=tvOS Simulator,name=Apple TV"
SCHEME=ReactiveSwift-tvOS
;;
"watchOS")
ACTION=build
DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 5 (44mm)"
SCHEME=ReactiveSwift-watchOS
;;
Expand Down

0 comments on commit 7b0669c

Please sign in to comment.