From 3e957b287db1d946fdbe03f92871a56612b97144 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 14 Dec 2024 08:48:44 +0000 Subject: [PATCH] [CI] Change windows container This patch adjusts the windows container used by the premerge jobs to the windows container recently setup in the monorepo. https://github.com/llvm/llvm-project/pull/118206 --- premerge/windows_runner_values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/premerge/windows_runner_values.yaml b/premerge/windows_runner_values.yaml index 3962a98f..505a0444 100644 --- a/premerge/windows_runner_values.yaml +++ b/premerge/windows_runner_values.yaml @@ -22,9 +22,7 @@ template: resources: requests: cpu: 55 - # TODO(boomanaiden154): Update this image when we have a proper windows - # image ready. - image: ghcr.io/keenuts-test-org/windows-ci-image:latest + image: ghcr.io/llvm/ci-windows-2019:latest command: ["run.cmd"] args: ["--jitconfig", "$(ACTIONS_RUNNER_INPUT_JITCONFIG)"] env: