[llvm] [Github] Bump Windows Actions Runner to v2.321.0 (PR #123508)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 01:14:30 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/123508.diff


1 Files Affected:

- (modified) .github/workflows/containers/github-action-ci-windows/Dockerfile (+1-1) 


``````````diff
diff --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile
index bc56e20935500b..2295e39d62c30f 100644
--- a/.github/workflows/containers/github-action-ci-windows/Dockerfile
+++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -108,7 +108,7 @@ RUN choco install -y handle
 
 RUN pip3 install pywin32 buildbot-worker==2.8.4
 
-ARG RUNNER_VERSION=2.319.1
+ARG RUNNER_VERSION=2.321.0
 ENV RUNNER_VERSION=$RUNNER_VERSION
 
 RUN powershell -Command \

``````````

</details>


https://github.com/llvm/llvm-project/pull/123508


More information about the llvm-commits mailing list