ci: adopt Nuget and Arm64 changes from WDR#44
Merged
gurry merged 3 commits intomicrosoft:mainfrom Dec 12, 2025
Merged
Conversation
1640541 to
cb8fa04
Compare
9e0eacd to
238cd7e
Compare
4c58cbf to
f83510a
Compare
wmmc88
approved these changes
Dec 11, 2025
gurry
approved these changes
Dec 12, 2025
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.
This pull request updates the CI workflow configuration files to improve platform and toolchain support, increase flexibility, and ensure compatibility with newer runners and tool versions. The changes mainly focus on refactoring matrix definitions, updating runner platforms, and refining environment variable usage across build, lint, formatting, and documentation workflows.
Platform and matrix configuration improvements:
build.yaml,lint.yaml,docs.yaml) to explicitly specify runner (windows-latest,windows-11-arm) and architecture (amd64,arm64), allowing jobs to run on both x64 and ARM Windows runners. [1] [2] [3]Toolchain and environment variable updates:
versionandsourcefields, and updated installation steps to use these fields, allowing selection between Winget and NuGet sources for different WDK versions. Also added logic to pass host and target architecture when using NuGet. [1] [2] [3]namefield. [1] [2]Runner platform standardization:
windows-2025withwindows-latestfor all jobs in formatting, lint, and audit workflows to ensure compatibility with currently supported GitHub-hosted runners. [1] [2] [3] [4]Workflow logic enhancements:
fail-fast: falsestrategy in build, lint, and docs workflows to allow all matrix variants to complete even if some fail, improving visibility into failures across platforms. [1] [2] [3]