Skip to content

Update Windows ARM64 GitHub Actions matrix entries to VS2026 runner - #2582

Draft
soumeh01 wants to merge 2 commits into
mainfrom
vs2026-trial
Draft

Update Windows ARM64 GitHub Actions matrix entries to VS2026 runner#2582
soumeh01 wants to merge 2 commits into
mainfrom
vs2026-trial

Conversation

@soumeh01

Copy link
Copy Markdown
Contributor

Fixes

Changes

  • Updated the runs_on value for Windows arm64 matrix entries from windows-2022 to windows-11-vs2026-arm in:
    • .github/matrix_includes_buildmgr.json
    • .github/matrix_includes_ctrace.json
    • .github/matrix_includes_packchk.json
    • .github/matrix_includes_packgen.json
    • .github/matrix_includes_projmgr.json
    • .github/matrix_includes_svdconv.json
    • .github/matrix_includes_test_libs.json
  • Scope is limited to CI matrix configuration; no tool logic or build definitions were otherwise changed.

Checklist

  • 🤖 This change is covered by unit tests (if applicable).
  • 🤹 Manual testing has been performed (if necessary).
  • 🛡️ Security impacts have been considered (if relevant).
  • 📖 Documentation updates are complete (if required).
  • 🧠 Third-party dependencies and TPIP updated (if required).

Why

  • Align Windows ARM64 CI jobs with the newer GitHub Actions runner image for the VS2026 environment.
  • This helps ensure ARM64 builds/tests execute on the intended runner configuration across the affected tools.

Risk / Limitations / Follow-up

  • Main risk is CI environment drift: toolchain availability or behavior may differ between windows-2022 and windows-11-vs2026-arm.
  • Follow-up should verify the impacted ARM64 workflows complete successfully on the new runner and address any image-specific failures if they appear.

@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown

Test Results

  5 files   39 suites   3m 59s ⏱️
185 tests 168 ✅ 17 💤 0 ❌
509 runs  458 ✅ 51 💤 0 ❌

Results for commit 9800098.

♻️ This comment has been updated with latest results.

Update all matrix_includes JSON files to use the new
windows-11-vs2026-arm runner instead of windows-2022 for arm64 build
jobs, aligning CI with the updated Windows arm64 image.
@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.31%. Comparing base (fd7e0e9) to head (9800098).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2582   +/-   ##
=======================================
  Coverage   72.31%   72.31%           
=======================================
  Files         185      185           
  Lines       30257    30257           
  Branches    17849    17849           
=======================================
  Hits        21880    21880           
  Misses       6072     6072           
  Partials     2305     2305           
Flag Coverage Δ
buildmgr-cov 79.71% <ø> (ø)
ctrace-cov 99.80% <ø> (ø)
packchk-cov 69.85% <ø> (ø)
packgen-cov 81.92% <ø> (ø)
projmgr-cov 88.04% <ø> (ø)
svdconv-cov 47.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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