[libcxx-commits] [libcxx] [libcxx][Github] Bump Runner Version to v2.330.0 (PR #168753)

Aiden Grossman via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 19 10:48:52 PST 2025


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/168753

Bumps the runner version to keep things up to date (and prevent us from falling below the support horizon), and also reset the base image version to what it was before bf07226c6d6aaf3b8f230e4e36e8aac8e40d8c4d to ensure we are not changing versions of any of the toolchain components.

>From b530208195ca0036dcc06bad8065307f376f2f77 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 19 Nov 2025 18:47:20 +0000
Subject: [PATCH] [libcxx][Github] Bump Runner Version to v2.330.0

Bumps the runner version to keep things up to date (and prevent us from
falling below the support horizon), and also reset the base image
version to what it was before bf07226c6d6aaf3b8f230e4e36e8aac8e40d8c4d
to ensure we are not changing versions of any of the toolchain
components.
---
 libcxx/utils/ci/docker/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcxx/utils/ci/docker/docker-compose.yml b/libcxx/utils/ci/docker/docker-compose.yml
index 74df3e4949b2f..3f3424572278d 100644
--- a/libcxx/utils/ci/docker/docker-compose.yml
+++ b/libcxx/utils/ci/docker/docker-compose.yml
@@ -23,8 +23,8 @@ services:
       context: ../../../.. # monorepo root
       dockerfile: libcxx/utils/ci/docker/linux-builder.dockerfile
       args:
-        BASE_IMAGE_VERSION: 825943e06f840710177e5514c4f61c9e73660c44
-        GITHUB_RUNNER_VERSION: 2.329.0
+        BASE_IMAGE_VERSION: 77cb0980bcc2675b27d08141526939423fa0be76
+        GITHUB_RUNNER_VERSION: 2.330.0
 
   libcxx-android-builder:
     image: ghcr.io/llvm/libcxx-android-builder:${TAG:-latest}



More information about the libcxx-commits mailing list