ci(windows): VS2026 pre-validation job (#307)#311
Merged
Conversation
Adds an informational windows-2025-vs2026 job that runs cargo build/test on the new Visual Studio 2026 default image ahead of the GitHub Actions runner migration window (2026-06-08 ~ 06-15). continue-on-error: true keeps it advisory only — main matrix stays gated on existing windows-latest. After the migration window closes we either delete this job (if main matrix passes) or pin windows-2022 here (if it fails). Refs: #307
erishforG
added a commit
that referenced
this pull request
May 25, 2026
…317) develop에 머지됐지만 CHANGELOG.md [Unreleased]에 누락된 항목 4개를 추가한다: - parsec smartlog (alias sl): commit DAG 시각화 (#245, #305) - parsec __complete: 동적 shell completion 헬퍼 (#291, #312) - 에러 메시지 3줄 표준화 (error/caused by/help) (#303, #306) - Windows VS2026 pre-validation CI job (#307, #311) Closes #316 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
GitHub Actions migrates the `windows-latest` / `windows-2025` labels to VS 2026 default during 2026-06-08 ~ 06-15. parsec's CI/release workflows currently depend on VS 2022 (MSVC link.exe, C/C++ runtime, aws-lc-sys native build).
Picking option B from #307 — pre-test the new image now so the migration window is a no-op.
Plan
Test plan
Closes #307 once the validation result is recorded.