Skip to content

Commit 4fd41c4

Browse files
[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.
1 parent 6b5c38d commit 4fd41c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ x-versions: &compiler_versions
44

55
x-image-versions: &image_versions
66
BASE_IMAGE: ubuntu:jammy
7-
ACTIONS_BASE_IMAGE: builder-base
7+
ACTIONS_BASE_IMAGE: ghcr.io/llvm/libcxx-linux-builder-base:77cb0980bcc2675b27d08141526939423fa0be76
88

99
services:
1010
builder-base:
@@ -23,7 +23,7 @@ services:
2323
dockerfile: Dockerfile
2424
target: actions-builder
2525
args:
26-
GITHUB_RUNNER_VERSION: "2.326.0"
26+
GITHUB_RUNNER_VERSION: "2.327.1"
2727
<<: [*image_versions, *compiler_versions]
2828

2929
android-buildkite-builder:

0 commit comments

Comments
 (0)