-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
[Feat] Use Ubuntu 24.04 runners in CI #3794
Comments
I just saw the announcement posted 5 days ago in actions/runner-images: Ubuntu-latest workflows will use Ubuntu-24.04 image Starting from September 23, 2024 and expect to be completed October 30th, 2024. |
Do you have an idea how to test the ubuntu-latest workflows with new version besides switching them to a specific version? Is that want we want? Seems more straightforward for transitions. |
|
So that looks like we are in good shape, right? |
Yep. The more touchy ones are specified as 22.04. We should still be preparing our build scripts/dependency lists for 24.04. No one had time since June to do it yet. |
Is your feature request related to a problem? Please describe.
For 8.5.0, we should prepare to use the Ubuntu 24.04 runners in CI. A little less software is installed by default, they reduced the default enabled repositories, so we would need to make sure the list of software to install is up to date. Maybe we would have some issues with some extra software not available as is, so maybe we would need to check if the ubuntugis ppa fits our needs (and we could see if the builds work with newest and latest of dependencies).
The text was updated successfully, but these errors were encountered: