Skip to content
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

Closed
3 of 11 tasks
Kichura opened this issue Oct 10, 2022 · 6 comments
Closed
3 of 11 tasks

"ubuntu-latest" and "macos-latest" don't use correct version. #6380

Kichura opened this issue Oct 10, 2022 · 6 comments

Comments

@Kichura
Copy link

Kichura commented Oct 10, 2022

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

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 10.15
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

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

  1. Make any github actions you like,
  2. Ensure the operating system is either on "ubuntu-latest" or "macos-latest",
  3. Send out the commit and check the operating system context.
@erik-bershel
Copy link
Contributor

@Kichura
Hi! We are already working on this, but it is a rather complicated and long process, given that it should bring more benefit than loss to all of our users.

@erik-bershel
Copy link
Contributor

@Kichura
Hi again! Take a look here, please. #6384
First half of your request is already publicly in progress.

@Kichura
Copy link
Author

Kichura commented Oct 11, 2022

Excellent, is there an related issue with ubuntu 22.04 lts as a relationship at this time?

@erik-bershel
Copy link
Contributor

@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.

@erik-bershel
Copy link
Contributor

@Kichura so, next part published. #6399

@Kichura
Copy link
Author

Kichura commented Oct 13, 2022

Alright, Thank you for the redirections. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants