From c3f4c75d39e3aa55d4bb5a7c42299c62e23102fa Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 24 Apr 2026 20:45:32 +0100 Subject: [PATCH] ci: give lint enough blacksmith cpu --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb91d530d7e..a24eb8e3e2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1381,7 +1381,7 @@ jobs: runner: blacksmith-4vcpu-ubuntu-2404 - check_name: check-lint task: lint - runner: blacksmith-8vcpu-ubuntu-2404 + runner: blacksmith-16vcpu-ubuntu-2404 - check_name: check-policy-guards task: policy-guards runner: ubuntu-24.04 @@ -1462,7 +1462,7 @@ jobs: pnpm tsgo:prod ;; lint) - pnpm lint --threads=4 + pnpm lint --threads=8 ;; policy-guards) pnpm lint:webhook:no-low-level-body-read