Try a different tag

https://circleci.com/developer/machine/image/windows-server-2022-gui says
"2023.06.1" is a valid tag but real execution says "Job was rejected because
resource class medium, image windows-server-2022-gui:2023.06.1 is not a valid
resource class".  Is it even complaining about the image tag?  Or is it
complaining about the resource class?  I don't know.  I didn't touch the
resource class though.
This commit is contained in:
Jean-Paul Calderone 2023-08-07 10:32:31 -04:00
parent f826914c58
commit 4abbadda47

View File

@ -540,7 +540,7 @@ executors:
# requirements and goals. # requirements and goals.
# https://circleci.com/developer/orbs/orb/circleci/windows#executors-server-2022 # https://circleci.com/developer/orbs/orb/circleci/windows#executors-server-2022
machine: machine:
image: "windows-server-2022-gui:2023.06.1" image: "windows-server-2022-gui:current"
nix: nix:
docker: docker: