From 139aa3b312e1a190a4d139c520c7a505312a6e54 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Tue, 13 Dec 2022 10:45:56 -0800 Subject: [PATCH] Run Mac Host clang-tidy on 12 cores --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index df3567ad24962..97a7e00d7cd43 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -379,6 +379,7 @@ targets: recipe: engine/engine_lint properties: add_recipes_cq: "true" + cores: "12" jazzy_version: "0.14.1" lint_host: "true" lint_ios: "false"