Skip to content

Commit 471cec3

Browse files
[Github] Bump Windows Actions Runner to v2.321.0 (#123508)
The current container is on an old version that can no longer recieve messages from Github, which causes the runner to just be recreated every couple seconds rather than performing any useful work.
1 parent 293dbea commit 471cec3

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/containers/github-action-ci-windows

1 file changed

+1
-1
lines changed

.github/workflows/containers/github-action-ci-windows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN choco install -y handle
108108
109109
RUN pip3 install pywin32 buildbot-worker==2.8.4
110110
111-
ARG RUNNER_VERSION=2.319.1
111+
ARG RUNNER_VERSION=2.321.0
112112
ENV RUNNER_VERSION=$RUNNER_VERSION
113113
114114
RUN powershell -Command \

0 commit comments

Comments
 (0)