Skip to content

ci: pin latest MSVC matrix entry to windows-2022 (14.44)#243

Merged
mvandeberg merged 1 commit intocppalliance:developfrom
mvandeberg:fix/pin-msvc-windows-2022
May 5, 2026
Merged

ci: pin latest MSVC matrix entry to windows-2022 (14.44)#243
mvandeberg merged 1 commit intocppalliance:developfrom
mvandeberg:fix/pin-msvc-windows-2022

Conversation

@mvandeberg
Copy link
Copy Markdown
Contributor

The windows-2025 runner label transiently resolved to a windows-2025-vs2026 image (Visual Studio 18 preview, MSVC 14.50) instead of the documented VS 2022 image, breaking the configure step because the hardcoded "Visual Studio 17 2022" generator can't match a VS 18 install.

Pin the latest MSVC entry to windows-2022, which has VS 2022 stable, until VS 18 reaches RTM and CMake ships the corresponding generator. Also bump the matrix version label from 14.42 to 14.44 so the job name matches the toolset actually shipped on windows-2022 (14.44.35207).

The windows-2025 runner label transiently resolved to a
windows-2025-vs2026 image (Visual Studio 18 preview, MSVC 14.50)
instead of the documented VS 2022 image, breaking the configure step
because the hardcoded "Visual Studio 17 2022" generator can't match a
VS 18 install.

Pin the latest MSVC entry to windows-2022, which has VS 2022 stable,
until VS 18 reaches RTM and CMake ships the corresponding generator.
Also bump the matrix version label from 14.42 to 14.44 so the job name
matches the toolset actually shipped on windows-2022 (14.44.35207).
@cppalliance-bot
Copy link
Copy Markdown

An automated preview of the documentation is available at https://243.corosio.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-05-05 23:08:25 UTC

@cppalliance-bot
Copy link
Copy Markdown

GCOVR code coverage report https://243.corosio.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://243.corosio.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://243.corosio.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-05-05 23:16:12 UTC

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.71%. Comparing base (bb557d5) to head (377d522).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #243   +/-   ##
========================================
  Coverage    77.71%   77.71%           
========================================
  Files           96       96           
  Lines         7298     7298           
  Branches      1787     1787           
========================================
  Hits          5672     5672           
  Misses        1108     1108           
  Partials       518      518           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb557d5...377d522. Read the comment docs.

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

@mvandeberg mvandeberg merged commit a58ffdb into cppalliance:develop May 5, 2026
41 checks passed
@mvandeberg mvandeberg deleted the fix/pin-msvc-windows-2022 branch May 5, 2026 23:57
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.

2 participants