[llvm-branch-commits] [llvm] release/21.x: [CI][Github] Switch windows to server 2022 (#148743) (PR #149128)
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 17 01:29:40 PDT 2025
https://github.com/tru updated https://github.com/llvm/llvm-project/pull/149128
>From 46c566f579f2ebe8abe8871c3527979dbc558e70 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