Skip to content

Commit 867e2ab

Browse files
ci(win): pin release build to windows-2022 (#847)
1 parent 2dca343 commit 867e2ab

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ jobs:
2424
# затирали latest-mac.yml друг друга, ломая автообновление.
2525
- os: macos-15
2626
platform: mac
27-
- os: windows-latest
27+
# Закреплено на 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
2832
platform: win
2933
- os: ubuntu-latest
3034
platform: linux

0 commit comments

Comments
 (0)