Skip to content

Commit 10850a3

Browse files
committed
Update Apple devices for CI
1 parent 573eb74 commit 10850a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
PLATFORM_IOS = iOS Simulator,name=iPhone 11 Pro Max
22
PLATFORM_MACOS = macOS
3-
PLATFORM_TVOS = tvOS Simulator,name=Apple TV 4K (at 1080p)
4-
PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 4 - 44mm
5-
3+
PLATFORM_TVOS = tvOS Simulator,name=Apple TV
4+
PLATFORM_WATCHOS = watchOS Simulator,name=Apple Watch Series 5 - 44mm
65
default: test-all
76

87
test-all: test-library test-examples

0 commit comments

Comments
 (0)