https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/148743
>From f511f7a3fbb802c59c7cbbe489355d93f9ab725a Mon Sep 17 00:00:00 2001 From: Aiden Grossman <aidengross...@google.com> Date: Mon, 14 Jul 2025 22:37:28 +0000 Subject: [PATCH 1/2] [CI][Github] Switch windows to server 2022 This patch switches the windows testing over to server 2022 by switching to the recently introduced runner set. --- .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 >From 7a16d10d90cce73111f59d024653608488b18fbb Mon Sep 17 00:00:00 2001 From: Aiden Grossman <aidengross...@google.com> Date: Mon, 14 Jul 2025 22:52:09 +0000 Subject: [PATCH 2/2] test --- clang-tools-extra/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang-tools-extra/README.txt b/clang-tools-extra/README.txt index 6891e4078997f..292dcd07822bb 100644 --- a/clang-tools-extra/README.txt +++ b/clang-tools-extra/README.txt @@ -2,6 +2,8 @@ // Clang Tools repository //===----------------------------------------------------------------------===// +test + Welcome to the repository of extra Clang Tools. This repository holds tools that are developed as part of the LLVM compiler infrastructure project and the Clang frontend. These tools are kept in a separate "extra" repository to _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits