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

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

>From 02c75830fe16e7de91d8406d9422575bc560fac2 Mon Sep 17 00:00:00 2001
From: Mark de Wever <ko...@xs4all.nl>
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:

_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to