-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 24.04 is now available #9848
Comments
…ages#9848>. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20827 56274372-70c3-4bfc-bfc3-4c3a0b034d27
[New] build: CI: GitHub: Ubuntu: Enable 24.04. See <actions/runner-images#9848>. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20828 56274372-70c3-4bfc-bfc3-4c3a0b034d27
- CI | Switch all workflows to Ubuntu Noble: actions/runner-images#9848
This comment was marked as resolved.
This comment was marked as resolved.
@MikeMcC399 yep, I forgot about it, now done :) |
Run java -version |
|
…7261) * CI: bump to ubuntu-24.04 (except deploy); bump stack/cabal to latest * CI user-manual: install imagemagick for ubuntu-24.04 actions/runner-images#9848 (comment)
Related to actions/runner-images#9848 Related to openssl#20139
@mikhailkoliada Thank you for the release! What is the timeline for updating the |
In #9691 (comment) there was mention of a date in August 2024 for GA. That might coincide with the change you are asking about. |
Are the changes marked "Removed from the Ubuntu 24.04 image due to maintenance reasons." final? Is there a particular common reason? Can we somehow vote/plead to revert any of those choices? I expect a lot of builds with "ubuntu-latest" to break if it hits GA in that form. |
@kojoru there will definitely be changes until GA including the software list installation (for instance we are to add firefox & edge, but a bit later), but we do not guarantee we are to address all the requests, everybody is welcome to file new tools addition requests and we'll review them. |
@edmorley migrating to lates is a different process that usually takes time, 24.04 will eventually become latest after its GA |
* Update CI/workflow runners to Ubuntu 24.04 See also: actions/runner-images#9848 https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md https://salesforce.quip.com/bu6UA0KImOxJ#temp:C:GZRd13d2ce2d455470495cbd34cf * pip install in a venv for Ubuntu 24.04 * use pub-hk-ubuntu-24.04-arm-small instead of pub-hk-ubuntu-24.04-arm-ip
@MikeMcC399 See #10636 if you haven't already (for anyone else that's subscribed to this thread but not new issues) |
Thank you! I happened to click on the Announcement label just now. It's also pinned to the top of issues. |
Ubuntu 24.04 is now available, see actions/runner-images#9848 so instead of building and running the tests in a fedora 40 container, let's do the CI with the shinny ubuntu runner image, which preinstalls some of the necessary building dependencies, so in theory, it should be relatively faster than installing every package on fedora 40. and since we are now using an image with git pre-installed, there is no need to install `git` anymore. so, in this change, we drop the step to install `git`. because we are switching to a debian derivative distro, let's use apt-get instead of dnf to install packages. Signed-off-by: Kefu Chai <[email protected]>
to avoid slapd(8) segfaulting on Ubuntu 22.04, which "ubuntu-latest" uses despite [1]. Per discussion with @lukebakken. 1. actions/runner-images#9848
ランナーOSがUbuntu 24.04になりImageMagickがデフォルトで入らなくなった。 手動でインストールするようにした。 actions/runner-images#9848 (comment)
Ubuntu 24.04 is now available, see actions/runner-images#9848 so instead of building and running the tests in a fedora 40 container, let's do the CI with the shinny ubuntu runner image, which preinstalls some of the necessary building dependencies, so in theory, it should be relatively faster than installing every package on fedora 40. and since we are now using an image with git pre-installed, there is no need to install `git` anymore. so, in this change, we drop the step to install `git`. because we are switching to a debian derivative distro, let's use apt-get instead of dnf to install packages. Signed-off-by: Kefu Chai <[email protected]>
Fixes actions#9848 Update `images/ubuntu/Ubuntu2404-Readme.md` to reflect the latest installed software versions for the Ubuntu 24.04 image. * Remove an extra blank line at the end of the file. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/9848?shareId=XXXX-XXXX-XXXX-XXXX).
Breaking changes
Ubuntu 24.04 is now available for all GitHub Actions and Azure DevOps users.
You can use the ubuntu 24.04 image label in your YAML to select this image.
GitHub Actions
Azure DevOps
The image is marked as "beta" for now. It means some software can be unstable on the new platform. Also, there could be queueing issues as the capacity will be balanced only throughout the next weeks.
Please report any problems with the new image to this repository.
Platforms affected
Runner images affected
Software difference between Ubuntu 22 and Ubuntu 24
The text was updated successfully, but these errors were encountered: