Github runner -latest labels should be differentiated
#203966
Replies: 3 comments 3 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
today if you want the two behaviors separately right now:
also worth knowing: github publishes runner-image release notes when a nicer product split would be something like:
until that exists, treat |
|
Hi @jackjansen, You have articulated a critical point of friction for maintainers of open-source projects and distribution packages. The ambiguity of the Currently, GitHub's hosted runner images (like While this is ideal for continuous deployment (CD) workflows where you want to test against the absolute forefront of modern software stacks, it creates a major compatibility blind spot when compiling source distributions intended for standard downstream end-users. The Developer Operations DilemmaWhen a maintainer uses
Current Workarounds for Downstream Target TestingUntil GitHub natively differentiates its runner labels, maintainers can enforce a "conservative baseline" using these tactical configurations:
Recommended Community Support BlueprintTo help elevate this feedback to GitHub's Actions virtual environment product team, copy and paste this response into your active thread to summarize the necessary architectural improvements: |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Actions Runner Image
Discussion Details
The problem with the
-latestlabel on a runner OS is that such a label can mean two things (and sometimes I want it to mean one, and sometimes I want it to mean the other, and I can't imagine that I'm the only one):If I'm building primarily for deploying myself I probably want the latter. But if I'm building source distributions that people can just build on their machines I probably want the former.
All reactions