From d6b22a347f813cf4a9832627323a43074f57bbcf Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 14 Oct 2025 18:08:32 +0000 Subject: [PATCH] [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. --- .../workflows/containers/github-action-ci-windows/Dockerfile | 2 +- .github/workflows/containers/github-action-ci/Dockerfile | 2 +- libcxx/utils/ci/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile index 640d34da0253..9ddf5017bc02 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 4540d6449a0e..1b376dd4420b 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 cac97a945b2a..9367a8f1de6b 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: