Skip to content

Commit 7b0669c

Browse files
committed
Update iPhone device for testing.
1 parent 715c339 commit 7b0669c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ jobs:
3131
3232
case "${{ matrix.destination }}" in
3333
"iOS")
34-
DESTINATION="platform=iOS Simulator,name=iPhone 11 Pro"
34+
DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro"
3535
SCHEME=ReactiveSwift-iOS
3636
;;
3737
"tvOS")
3838
DESTINATION="platform=tvOS Simulator,name=Apple TV"
3939
SCHEME=ReactiveSwift-tvOS
4040
;;
4141
"watchOS")
42+
ACTION=build
4243
DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 5 (44mm)"
4344
SCHEME=ReactiveSwift-watchOS
4445
;;

0 commit comments

Comments
 (0)