From ea242458dd806d484bb15dee196a6fc451f3b57d Mon Sep 17 00:00:00 2001 From: bitterpanda Date: Wed, 25 Mar 2026 10:16:34 -0700 Subject: [PATCH] Fix Duplicated resource_class in job build-win and under machine in the same job (may be coming from an executor) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 388dc67..5645539 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -248,7 +248,7 @@ jobs: executor: name: windows/server-2022 shell: bash.exe - resource_class: windows.medium + resource_class: windows.medium steps: - checkout - attach_workspace: