ci: pin Windows release runner to 2022
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user