Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Github] Bump Windows Actions Runner to v2.321.0 #123508

Merged

Conversation

boomanaiden154
Copy link
Contributor

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.

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.
@llvmbot
Copy link
Member

llvmbot commented Jan 19, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

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 --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 \

@boomanaiden154 boomanaiden154 merged commit 471cec3 into llvm:main Jan 19, 2025
10 checks passed
@boomanaiden154 boomanaiden154 deleted the bump-windows-actions-runner-2-231-0 branch January 19, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants