From 77894e799c6c656c6c896abf7d1ea357a10e2c53 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Sun, 17 May 2026 17:41:10 -0500 Subject: [PATCH] fix(ci): pin Windows desktop builds to windows-2022 for node-gyp compat windows-latest now includes VS 18, which node-gyp doesn't recognize, causing node-pty rebuild failures. Pin to windows-2022 (VS 17) to restore compatibility with the existing GYP_MSVS_VERSION=2022 config. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffadef17e..838599c86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: go-os: darwin go-arch: universal builder-args: --mac - - os: windows-latest + - os: windows-2022 go-os: windows go-arch: amd64 builder-args: --win