[libcxx-commits] [libcxx] b12fcff - [libcxx] Bump Container Runner Version (#147831)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 9 14:56:14 PDT 2025


Author: Aiden Grossman
Date: 2025-07-09T14:56:11-07:00
New Revision: b12fcff4ffd74a37eea7877ff42d0990c07a19ab

URL: https://github.com/llvm/llvm-project/commit/b12fcff4ffd74a37eea7877ff42d0990c07a19ab
DIFF: https://github.com/llvm/llvm-project/commit/b12fcff4ffd74a37eea7877ff42d0990c07a19ab.diff

LOG: [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.

Added: 
    

Modified: 
    libcxx/utils/ci/docker-compose.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index 9aa58c055cea1..2189a41555c2f 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.322.0
+        BASE_IMAGE: ghcr.io/actions/actions-runner:2.326.0
         <<: *compiler_versions
 
   android-buildkite-builder:


        


More information about the libcxx-commits mailing list