Skip to content

Commit b12fcff

Browse files
[libcxx] Bump Container Runner Version (#147831)
This patch bumps the runner version from v3.222.0 to v3.226.0 as v3.222.0 is too old at this point to connect to Github. This is needed for the new premerge system given we are directly using this container. This did not impact the existing libc++ CI as the runner was contained in a separate container image.
1 parent 2fc4a4a commit b12fcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
dockerfile: Dockerfile
1111
target: actions-builder
1212
args:
13-
BASE_IMAGE: ghcr.io/actions/actions-runner:2.322.0
13+
BASE_IMAGE: ghcr.io/actions/actions-runner:2.326.0
1414
<<: *compiler_versions
1515

1616
android-buildkite-builder:

0 commit comments

Comments
 (0)