[libcxx-commits] [libcxx] d6b22a3 - [Github] Bump Actions Runner to v2.329.0

Aiden Grossman via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 14 11:13:21 PDT 2025


Author: Aiden Grossman
Date: 2025-10-14T18:13:13Z
New Revision: d6b22a347f813cf4a9832627323a43074f57bbcf

URL: https://github.com/llvm/llvm-project/commit/d6b22a347f813cf4a9832627323a43074f57bbcf
DIFF: https://github.com/llvm/llvm-project/commit/d6b22a347f813cf4a9832627323a43074f57bbcf.diff

LOG: [Github] Bump Actions Runner to v2.329.0

Bump the runner version to keep things up to date and ensure we do not
run past the runner support time horizon.

Added: 
    

Modified: 
    .github/workflows/containers/github-action-ci-windows/Dockerfile
    .github/workflows/containers/github-action-ci/Dockerfile
    libcxx/utils/ci/docker-compose.yml

Removed: 
    


################################################################################
diff  --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile
index 640d34da02532..9ddf5017bc020 100644
--- a/.github/workflows/containers/github-action-ci-windows/Dockerfile
+++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile
@@ -90,7 +90,7 @@ RUN powershell -Command \
 RUN git config --system core.longpaths true & \
     git config --global core.autocrlf false
 
-ARG RUNNER_VERSION=2.328.0
+ARG RUNNER_VERSION=2.329.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 4540d6449a0ed..1b376dd4420b3 100644
--- a/.github/workflows/containers/github-action-ci/Dockerfile
+++ b/.github/workflows/containers/github-action-ci/Dockerfile
@@ -99,7 +99,7 @@ WORKDIR /home/gha
 
 FROM ci-container AS ci-container-agent
 
-ENV GITHUB_RUNNER_VERSION=2.328.0
+ENV GITHUB_RUNNER_VERSION=2.329.0
 
 RUN mkdir actions-runner && \
     cd actions-runner && \

diff  --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index cac97a945b2a8..9367a8f1de6b8 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -23,7 +23,7 @@ services:
       dockerfile: Dockerfile
       target: actions-builder
       args:
-        GITHUB_RUNNER_VERSION: "2.328.0"
+        GITHUB_RUNNER_VERSION: "2.329.0"
         <<: [*image_versions, *compiler_versions]
 
   android-buildkite-builder:


        


More information about the libcxx-commits mailing list