Add Windows executor holding the Windows test environment config

This commit is contained in:
Jean-Paul Calderone 2023-08-07 10:19:07 -04:00
parent 08b594b8be
commit 814ba4c88b

View File

@ -531,6 +531,12 @@ jobs:
# PYTHON_VERSION: "2"
executors:
windows:
# 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"
nix:
docker:
# Run in a highly Nix-capable environment.