Skip to content

Commit d57a788

Browse files
committed
Skip specifying specific test device for CI to resolve the name
Signed-off-by: jescriba <joshua.escribano@includedhealth.com>
1 parent 40f040e commit d57a788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
platform: [iOS, macOS, watchOS, tvOS]
1717
include:
1818
- platform: iOS
19-
destination: "platform=iOS Simulator,name=iPhone 16"
19+
destination: "platform=iOS Simulator"
2020
- platform: macOS
2121
destination: "platform=macOS"
2222
- platform: watchOS
23-
destination: "platform=watchOS Simulator,name=Apple Watch Series 10 (42mm)"
23+
destination: "platform=watchOS Simulator"
2424
- platform: tvOS
2525
destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
2626
steps:

0 commit comments

Comments
 (0)