fix: Show consistent setup information for Windows and macOS runners - #5302
Open
Quindrix wants to merge 2 commits into
Open
fix: Show consistent setup information for Windows and macOS runners#5302Quindrix wants to merge 2 commits into
Quindrix wants to merge 2 commits into
Conversation
Report the operating system name, version, and architecture in the job setup output. Include the EC2 instance type and availability zone so Windows diagnostics match the information shown for Linux runners.
Retrieve the AMI ID from EC2 instance metadata and include it in the job setup output. This brings macOS runner image details in line with the other supported platforms.
Quindrix
force-pushed
the
runner-setup-info
branch
from
August 26, 2026 13:01
0b8fc1a to
0dd9fa9
Compare
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.
Description
GitHub Actions displays the information that each runner startup script writes to
.setup_info. The Linux script reports the operating system, runner image and EC2 details, but the Windows and macOS scripts currently provide less information.This change brings the setup output into line across the supported platforms:
Runner Imagesection.These changes only affect the diagnostic information shown during the
Set up jobstep.Test Plan
Related Issues
Closes #5298