Skip to content

Commit 3e957b2

Browse files
[CI] Change windows container
This patch adjusts the windows container used by the premerge jobs to the windows container recently setup in the monorepo. llvm/llvm-project#118206
1 parent 0fec2d7 commit 3e957b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

premerge/windows_runner_values.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ template:
2222
resources:
2323
requests:
2424
cpu: 55
25-
# TODO(boomanaiden154): Update this image when we have a proper windows
26-
# image ready.
27-
image: ghcr.io/keenuts-test-org/windows-ci-image:latest
25+
image: ghcr.io/llvm/ci-windows-2019:latest
2826
command: ["run.cmd"]
2927
args: ["--jitconfig", "$(ACTIONS_RUNNER_INPUT_JITCONFIG)"]
3028
env:

0 commit comments

Comments
 (0)