[libcxx-commits] [libcxx] 36d31b0 - [CI][Github] Bump Github Runner Version to 2.328.0
Aiden Grossman via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 13 12:38:11 PDT 2025
Author: Aiden Grossman
Date: 2025-08-13T19:37:27Z
New Revision: 36d31b0c008b2716329b5c9990f583decf919819
URL: https://github.com/llvm/llvm-project/commit/36d31b0c008b2716329b5c9990f583decf919819
DIFF: https://github.com/llvm/llvm-project/commit/36d31b0c008b2716329b5c9990f583decf919819.diff
LOG: [CI][Github] Bump Github Runner Version to 2.328.0
Only some minor changes, but we might as well upgrade now.
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 c06fcc0580756..640d34da02532 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.327.1
+ARG RUNNER_VERSION=2.328.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 4b0d5e2aedc0f..227496051af5e 100644
--- a/.github/workflows/containers/github-action-ci/Dockerfile
+++ b/.github/workflows/containers/github-action-ci/Dockerfile
@@ -97,7 +97,7 @@ WORKDIR /home/gha
FROM ci-container as ci-container-agent
-ENV GITHUB_RUNNER_VERSION=2.327.1
+ENV GITHUB_RUNNER_VERSION=2.328.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 82a2b7f813d1b..d8ba8e5fba2bd 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.327.1"
+ GITHUB_RUNNER_VERSION: "2.328.0"
<<: [*image_versions, *compiler_versions]
android-buildkite-builder:
More information about the libcxx-commits
mailing list