[llvm-branch-commits] [libcxx] [libc++][CI] Update action runner base image. (PR #130433)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Mar 8 11:29:09 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Mark de Wever (mordante)

<details>
<summary>Changes</summary>

Updates to the latest release. The side effect of this change is updating all compilers to the latest upstream version.

---
Full diff: https://github.com/llvm/llvm-project/pull/130433.diff


1 Files Affected:

- (modified) libcxx/utils/ci/docker-compose.yml (+1-1) 


``````````diff
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:

``````````

</details>


https://github.com/llvm/llvm-project/pull/130433


More information about the llvm-branch-commits mailing list