Problem
The CI build matrix only includes ubuntu-latest and macos-latest. The release workflow produces windows-amd64.exe that has never been built or tested in CI. Users downloading the Windows binary are getting an untested artifact.
Suggested Fix
Add windows-latest to the CI build matrix for both the regular CI workflow and release builds. At minimum, ensure the binary compiles and basic smoke tests pass on Windows.
Source
DevOps audit, 2026-03-23.
Problem
The CI build matrix only includes
ubuntu-latestandmacos-latest. The release workflow produceswindows-amd64.exethat has never been built or tested in CI. Users downloading the Windows binary are getting an untested artifact.Suggested Fix
Add
windows-latestto the CI build matrix for both the regular CI workflow and release builds. At minimum, ensure the binary compiles and basic smoke tests pass on Windows.Source
DevOps audit, 2026-03-23.