From 04f1225b43b052d14e78d54e8773cfdb25c12a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81=C4=85giewka?= Date: Fri, 7 Aug 2026 12:46:39 +0200 Subject: [PATCH] ci: pin windows_build to windows-2022 `windows-latest` defaults to `windows-2025` since September 2025[^1] and ships CMake v4. This project still has requirements for specific v3 CMake. [^1]:https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/ --- .github/workflows/grpc-tools-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/grpc-tools-build.yml b/.github/workflows/grpc-tools-build.yml index d38fd64c2..ccbfcc4c5 100644 --- a/.github/workflows/grpc-tools-build.yml +++ b/.github/workflows/grpc-tools-build.yml @@ -42,7 +42,7 @@ jobs: path: artifacts/ windows_build: name: Windows grpc-tools Build - runs-on: windows-latest + runs-on: windows-2022 strategy: matrix: arch: [ia32, x64]