-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
"ubuntu-latest" and "macos-latest" don't use correct version. #6380
Comments
@Kichura |
Excellent, is there an related issue with ubuntu 22.04 lts as a relationship at this time? |
@Kichura I'll send you a link when we start the public part of a process with Ubuntu. But we are working on that too. |
Alright, Thank you for the redirections. :) |
Description
When using "ubuntu-latest" and/or "macos-latest", they are normally supposed to be using their latest counter-parts of their operating systems, However what they actually do is reuse older versions of their operating systems instead.
Windows on the other hand is not affected as it is already using the correct version as expected.
Platforms affected
Runner images affected
Image version and build link
(Any GitHub Actions + Azure DevOps agents are affected)
Is it regression?
No.
Expected behavior
Using "ubuntu-latest" will use ubuntu 22.04 lts meanwhile using "macos-latest" will use macos-12.
Actual behavior
Using "ubuntu-latest" will use ubuntu 20.04 lts meanwhile using "macos-latest" will use macos-11 instead.
Repro steps
The text was updated successfully, but these errors were encountered: