make the config match the schema

This commit is contained in:
Jean-Paul Calderone 2023-08-07 10:27:52 -04:00
parent f8db781812
commit d050faac92

View File

@ -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: