ci: pin Windows release runner to 2022

This commit is contained in:
Bohdan Triapitsyn
2026-06-15 15:51:37 +03:00
parent 4927a3164f
commit 7290c4aa51
+3 -1
View File
@@ -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: