[llvm-branch-commits] [llvm] release/21.x: [CI][Github] Switch windows to server 2022 (#148743) (PR #149128)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 16 09:01:20 PDT 2025


https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/149128

Backport 3248a6d76abccbbe78e853c76bc022b70d594347

Requested by: @boomanaiden154

>From 9e5caadf5327f0e488681f7d4ca06ff724e7c0b6 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Tue, 15 Jul 2025 08:10:47 -0700
Subject: [PATCH] [CI][Github] Switch windows to server 2022 (#148743)

This patch switches the windows testing over to server 2022 by switching
to the recently introduced runner set.

(cherry picked from commit 3248a6d76abccbbe78e853c76bc022b70d594347)
---
 .github/workflows/premerge.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index f7a48304b82b0..ff63355222065 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -76,7 +76,7 @@ jobs:
     if: >-
         github.repository_owner == 'llvm' &&
         (github.event_name != 'pull_request' || github.event.action != 'closed')
-    runs-on: llvm-premerge-windows-runners
+    runs-on: llvm-premerge-windows-2022-runners
     defaults:
       run:
         shell: bash



More information about the llvm-branch-commits mailing list