From 4fd41c4afbc76ead0c46e80990f616d21dd983f6 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Wed, 13 Aug 2025 08:29:41 -0700 Subject: [PATCH] [libcxx] Bump runner version in container image (#153339) This patch bumps the runner version in the libcxx container image. Here we update the runner image without updating the rest of the container. We would probably be fine updating everything, but this lets us test the new workflow for updating the runner binary independently. --- libcxx/utils/ci/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml index ccaee8c896de..82a2b7f813d1 100644 --- a/libcxx/utils/ci/docker-compose.yml +++ b/libcxx/utils/ci/docker-compose.yml @@ -4,7 +4,7 @@ x-versions: &compiler_versions x-image-versions: &image_versions BASE_IMAGE: ubuntu:jammy - ACTIONS_BASE_IMAGE: builder-base + ACTIONS_BASE_IMAGE: ghcr.io/llvm/libcxx-linux-builder-base:77cb0980bcc2675b27d08141526939423fa0be76 services: builder-base: @@ -23,7 +23,7 @@ services: dockerfile: Dockerfile target: actions-builder args: - GITHUB_RUNNER_VERSION: "2.326.0" + GITHUB_RUNNER_VERSION: "2.327.1" <<: [*image_versions, *compiler_versions] android-buildkite-builder: