From b0bdf555d56ce1fe09b067b8839b717f6988e102 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sat, 8 Mar 2025 20:26:32 +0100 Subject: [PATCH] [libc++][CI] Update action runner base image. Updates to the latest release. The side effect of this change is updating all compilers to the latest upstream version. --- libcxx/utils/ci/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml index 16db1b0e3acb3..68e89db5cf452 100644 --- a/libcxx/utils/ci/docker-compose.yml +++ b/libcxx/utils/ci/docker-compose.yml @@ -10,7 +10,7 @@ services: dockerfile: Dockerfile target: actions-builder args: - BASE_IMAGE: ghcr.io/actions/actions-runner:2.319.1 + BASE_IMAGE: ghcr.io/actions/actions-runner:2.322.0 <<: *compiler_versions android-buildkite-builder: