Skip to content

Remove deprecated windows-2019 image from CI workflow - #39

Merged
SergiusTheBest merged 2 commits into
masterfrom
copilot/fix-38
Jul 25, 2025
Merged

Remove deprecated windows-2019 image from CI workflow#39
SergiusTheBest merged 2 commits into
masterfrom
copilot/fix-38

Conversation

Copilot AI commented Jul 25, 2025

Copy link
Copy Markdown
Contributor

GitHub Actions no longer supports the windows-2019 runner image, causing CI failures. This PR removes the deprecated windows-2019 configuration from the CI matrix and keeps only the supported windows-2022 runner.

Changes Made

  • Removed { os: windows-2019, cxx: 'vs2019' } entry from the CI workflow matrix
  • CI will now run only on windows-2022 with Visual Studio 2022

The workflow will continue to build and test the FindWDK module properly on the supported Windows platform, ensuring compatibility with modern WDK development environments.

Fixes #38.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove deprecated windows-2019 image from CI Remove deprecated windows-2019 image from CI workflow Jul 25, 2025
Copilot AI requested a review from SergiusTheBest July 25, 2025 18:42
@SergiusTheBest
SergiusTheBest marked this pull request as ready for review July 25, 2025 19:15
@SergiusTheBest
SergiusTheBest merged commit 1e41c97 into master Jul 25, 2025
2 checks passed
@SergiusTheBest
SergiusTheBest deleted the copilot/fix-38 branch July 25, 2025 19:15
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.

Remove deprecated windows-2019 image from CI

2 participants