From 7290c4aa51bc59cf03a2367b95f86c18328eadef Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Mon, 15 Jun 2026 15:51:37 +0300 Subject: [PATCH] ci: pin Windows release runner to 2022 --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0a120f5..717be367 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -251,7 +251,9 @@ jobs: build-desktop-electron-windows: needs: create-release - runs-on: windows-latest + # windows-latest currently resolves to a runner with Visual Studio 18, + # which this electron/node-gyp stack does not detect correctly. + runs-on: windows-2022 strategy: fail-fast: false matrix: