From ac6f750a8d99a9b8ba9d2686fc1abea6d1c6149f Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Thu, 22 Feb 2024 13:27:36 -0800 Subject: [PATCH] test macos --- builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.json b/builder.json index 4788b0b64..45d169f3f 100644 --- a/builder.json +++ b/builder.json @@ -49,7 +49,7 @@ "macos": { "+test_steps": [ "crt-ci-prep", - "xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=OSX'", + "xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=macOS'", "./integ_test.sh" ] }