From d050faac92865a25c4b74f816f5b9796b586715f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 7 Aug 2023 10:27:52 -0400 Subject: [PATCH] make the config match the schema --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 307d3ca69..07bdc7087 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,6 +140,7 @@ workflows: jobs: windows-server-2022: + executor: "windows" steps: - "run": | Write-Host 'Hello, world.' @@ -542,7 +543,8 @@ executors: # Choose a Windows environment that closest matches our testing # requirements and goals. # https://circleci.com/developer/orbs/orb/circleci/windows#executors-server-2022 - executor: "win/server-2022@2023.06.1" + machine: + image: "win/server-2022@2023.06.1" nix: docker: