From 9a3558e7c7e842e308ec3845cf4f4082d3482a73 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 5 May 2026 15:10:08 +0200 Subject: [PATCH 1/2] ci: pin ClangCL to windows-2022 GitHub just switched windows-latest to windows-2025-vs2026 and it broke the ClangCL build: > Visual Studio 17 2022 > > could not find any instance of Visual Studio. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19fa4a1641..5743febcd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,7 @@ jobs: os: windows-latest USE_SCCACHE: 1 - name: Windows ClangCL (latest) - os: windows-latest + os: windows-2022 VS_GENERATOR_TOOLSET: ClangCL - name: LLVM-Mingw os: windows-latest From 546a4c84f8cfcb92e99bfb5c4ff4c7e10959f742 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 5 May 2026 15:41:59 +0200 Subject: [PATCH 2/2] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5743febcd0..d068c3ebc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - name: Windows (latest, ninja + sccache) os: windows-latest USE_SCCACHE: 1 - - name: Windows ClangCL (latest) + - name: Windows ClangCL (2022) os: windows-2022 VS_GENERATOR_TOOLSET: ClangCL - name: LLVM-Mingw