Skip to content

[Github][CI] Bump Github Runner Version in CI Container to v2.326.0 #147393

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

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

boomanaiden154
Copy link
Contributor

This is the latest runner version. Looks like it contains some minor fixes/dependency bumps.

This is the latest runner version. Looks like it contains some minor
fixes/dependency bumps.
@llvmbot
Copy link
Member

llvmbot commented Jul 7, 2025

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

This is the latest runner version. Looks like it contains some minor fixes/dependency bumps.


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

2 Files Affected:

  • (modified) .github/workflows/containers/github-action-ci-windows/Dockerfile (+1-1)
  • (modified) .github/workflows/containers/github-action-ci/Dockerfile (+1-1)
diff --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile
index eafe45fac8ea4..c49b6b25ffb68 100644
--- a/.github/workflows/containers/github-action-ci-windows/Dockerfile
+++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -85,7 +85,7 @@ RUN powershell -Command \
 RUN git config --system core.longpaths true & \
     git config --global core.autocrlf false
 
-ARG RUNNER_VERSION=2.325.0
+ARG RUNNER_VERSION=2.326.0
 ENV RUNNER_VERSION=$RUNNER_VERSION
 
 RUN powershell -Command \
diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile
index f2716f0a9c6a0..197bf083a20c0 100644
--- a/.github/workflows/containers/github-action-ci/Dockerfile
+++ b/.github/workflows/containers/github-action-ci/Dockerfile
@@ -86,7 +86,7 @@ WORKDIR /home/gha
 
 FROM ci-container as ci-container-agent
 
-ENV GITHUB_RUNNER_VERSION=2.325.0
+ENV GITHUB_RUNNER_VERSION=2.326.0
 
 RUN mkdir actions-runner && \
     cd actions-runner && \

@boomanaiden154
Copy link
Contributor Author

The windows container build failed because we're still on server 2019 which got sunsetted on Github a couple days ago. I'm going to land this and work on migrating to server 2022 this week. We can't leap frog to server 2025 like I want to because GKE does not have support for it yet.

@boomanaiden154 boomanaiden154 merged commit cb7b069 into llvm:main Jul 7, 2025
15 of 16 checks passed
@boomanaiden154 boomanaiden154 deleted the actions-runner-326 branch July 7, 2025 21:38
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.

3 participants