From 532a23797929803cfd312b50f0748e5c9a9bcba7 Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Thu, 22 Feb 2024 11:48:54 -0800 Subject: [PATCH] just use 16.2 --- builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.json b/builder.json index db6ee0599..1fa703e61 100644 --- a/builder.json +++ b/builder.json @@ -35,7 +35,7 @@ "xcodebuild -scheme AwsCommonRuntimeKit -destination 'generic/platform=tvOS'" ], "!test_steps": [ - "xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'" + "xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=tvOS Simulator,OS=16.2,name=Apple TV 4K (3rd generation) (at 1080p)'" ] }, "watchos": {