[llvm] [libc++] Switch CI runners to use the latest Docker image (PR #190363)

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 10:03:23 PDT 2026


https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/190363

None

>From 58949c4596fbc959ee1c44e015363ba56588f2b4 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Fri, 3 Apr 2026 13:03:01 -0400
Subject: [PATCH] [libc++] Switch CI runners to use the latest Docker image

---
 .github/workflows/libcxx-build-and-test.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml
index aea7af62aa8ff..4a6ad105d3fac 100644
--- a/.github/workflows/libcxx-build-and-test.yaml
+++ b/.github/workflows/libcxx-build-and-test.yaml
@@ -36,7 +36,7 @@ concurrency:
 jobs:
   stage1:
     if: github.repository_owner == 'llvm'
-    runs-on: llvm-premerge-libcxx-next-runners
+    runs-on: llvm-premerge-libcxx-runners
     continue-on-error: false
     strategy:
       fail-fast: false
@@ -75,7 +75,7 @@ jobs:
             **/crash_diagnostics/*
   stage2:
     if: github.repository_owner == 'llvm'
-    runs-on: llvm-premerge-libcxx-next-runners
+    runs-on: llvm-premerge-libcxx-runners
     needs: [ stage1 ]
     continue-on-error: false
     strategy:
@@ -122,7 +122,7 @@ jobs:
             **/crash_diagnostics/*
   stage3:
     if: github.repository_owner == 'llvm'
-    runs-on: llvm-premerge-libcxx-next-runners
+    runs-on: llvm-premerge-libcxx-runners
     needs: [ stage2 ]
     continue-on-error: false
     strategy:



More information about the llvm-commits mailing list