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

Update Github Actions to newer Ubuntu versions #2302

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

lonvia
Copy link
Collaborator

@lonvia lonvia commented Feb 12, 2025

Github Actions will pull the Ubuntu 20.04 images beginning of April, so it's time to update our test images to newer versions. This moves all tests previously done in 20.04 to 22.04 and the ones that already were on 22.04 to 24.04.

There are a couple of software versions we cannot test anymore, so they go out of support. New minimum supported versions are:

  • PostgreSQL 11+
  • PostGIS 3.0+
  • gcc 10+
  • clang 13+

Also updates minimum version of cmake to 3.10 because more recent cmake versions complain otherwise.

Ubuntu20 is being retired, so move everything one release forward.
Requires to test on newer versions of Postgresql/Postgis and
compilers.
This is in line with what can be tested in the CI.
Silences a warning by newer versions of cmake.
@lonvia lonvia merged commit f872d39 into osm2pgsql-dev:master Feb 12, 2025
24 checks passed
@lonvia lonvia deleted the ci-update branch February 12, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants