We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dca343 commit 867e2abCopy full SHA for 867e2ab
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,11 @@ jobs:
24
# затирали latest-mac.yml друг друга, ломая автообновление.
25
- os: macos-15
26
platform: mac
27
- - os: windows-latest
+ # Закреплено на windows-2022 (VS 2022): на windows-latest приехал
28
+ # VS 2026 (v18), который приколоченный форк @electron/node-gyp не
29
+ # распознаёт ("version undefined") и падает при rebuild нативных
30
+ # модулей. Снять после апдейта electron-rebuild/node-gyp.
31
+ - os: windows-2022
32
platform: win
33
- os: ubuntu-latest
34
platform: linux
0 commit comments