Skip to content

chore(ci): pin Windows beta build runner#986

Merged
arnestrickmann merged 1 commit intomainfrom
ci/windows-beta-build-runner-pin
Feb 19, 2026
Merged

chore(ci): pin Windows beta build runner#986
arnestrickmann merged 1 commit intomainfrom
ci/windows-beta-build-runner-pin

Conversation

@arnestrickmann
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 19, 2026 9:44pm

Request Review

@arnestrickmann arnestrickmann merged commit bf7eb4a into main Feb 19, 2026
3 checks passed
@greptile-apps
Copy link

greptile-apps bot commented Feb 19, 2026

Greptile Summary

Pinned Windows beta build runner to windows-2022 for stability and simplified the SDK verification step.

  • Replaced windows-latest with explicit windows-2022 runner to prevent unexpected breaking changes from future Windows runner updates
  • Removed complex SDK installation logic (attempted multiple component installations via VS installer)
  • Replaced with simpler verification-only approach that checks for pre-installed Windows SDK via registry
  • Renamed step from "Ensure Windows SDK" to "Verify Windows SDK" to reflect new behavior

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a straightforward CI configuration change that improves stability by pinning the runner version and simplifying SDK verification logic. The change removes complex installation logic that may have been unreliable, replacing it with a simple check that relies on GitHub's pre-installed SDKs.
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/windows-beta-build.yml Pinned runner to windows-2022 and simplified SDK verification from installation to detection-only

Last reviewed commit: f9c2f77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant