From 05650fc88fad03d3cd51ee862c225dd9a9fa506f Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Wed, 15 Jan 2025 13:46:34 -0800 Subject: [PATCH] debug: Executor --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3831b1b68..40a6fb8f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ commands: jobs: lint-specs: - executor: base + executor: builder steps: - checkout - run: @@ -50,7 +50,7 @@ jobs: command: just lint-specs-toc-check lint-links: - executor: base + executor: builder steps: - checkout - run: