[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.
This commit is contained in:
Aiden Grossman 2025-08-13 08:29:41 -07:00 committed by GitHub
parent 6b5c38dbbb
commit 4fd41c4afb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: