From 7b0669c10933ffa9801b4dee108cd527530fcbda Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 19 Mar 2024 14:41:02 +0000 Subject: [PATCH] Update iPhone device for testing. --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99466058d..15b65dabf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ 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") @@ -39,6 +39,7 @@ jobs: SCHEME=ReactiveSwift-tvOS ;; "watchOS") + ACTION=build DESTINATION="platform=watchOS Simulator,name=Apple Watch Series 5 (44mm)" SCHEME=ReactiveSwift-watchOS ;;