From 422d4ee9ccfd16e3334a7a0ec743380cd89d1b3b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 7 Aug 2023 10:37:55 -0400 Subject: [PATCH] previous rev started an environment, try to get a little closer to the one we want a more precise tag that won't shift around underneath us --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1be57175..363c0ee6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,7 +137,7 @@ workflows: jobs: windows-server-2022: machine: - image: "windows-server-2022-gui:current" + image: "windows-server-2022-gui:2023.06.1" shell: "powershell.exe -ExecutionPolicy Bypass" resource_class: "windows.medium" steps: