From 004ae358c4be847e31edbca8c470f0e08fd23d9f Mon Sep 17 00:00:00 2001 From: Keyong Han Date: Thu, 22 Jun 2023 15:49:12 -0700 Subject: [PATCH] add osx_sdk context --- ci/builders/mac_clang_tidy.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/builders/mac_clang_tidy.json b/ci/builders/mac_clang_tidy.json index e0f0b73a34ccf..95524f36033d2 100644 --- a/ci/builders/mac_clang_tidy.json +++ b/ci/builders/mac_clang_tidy.json @@ -60,6 +60,9 @@ "host_debug", "ios_debug_sim" ], + "contexts": [ + "osx_sdk" + ], "tasks": [ { "name": "test: lint host_debug", @@ -90,6 +93,9 @@ "host_debug", "ios_debug_sim" ], + "contexts": [ + "osx_sdk" + ], "tasks": [ { "name": "test: lint ios_debug_sim",