-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Update GHA runners to use latest images for basic binaries build #12469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GHA runners to use latest images for basic binaries build #12469
Conversation
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the GitHub Actions runner images in the CI workflow to use the latest available versions instead of pinned versions for basic binaries compilation checks. The change aligns with the project's approach of using latest images for non-release CI jobs.
Key Changes
- Replaced pinned Ubuntu and macOS runner versions with
-latesttags - Replaced Windows Server 2022 runner with
windows-latest - Retained the ARM-specific Ubuntu 24.04 runner which doesn't have a
-latestvariant
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Similar to #11933, the binaries CI job spot checks the binaries can compile without issue. This job is not used to produce the final artifacts used for release.