[SCM] PostGIS branch stable-3.5 updated. 3.5.2-2-gca9733b9f
git at osgeo.org
git at osgeo.org
Fri Jan 24 14:56:31 PST 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, stable-3.5 has been updated
via ca9733b9f19805736528bbda81d5d7ca3e415c5f (commit)
from 4d391475a0f65aae7e6e29a2c5d67fbef5a853a6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ca9733b9f19805736528bbda81d5d7ca3e415c5f
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Jan 24 14:48:23 2025 -0800
bump pgsql versions for newer runner
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 4fdd1c507..6396f7408 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -54,7 +54,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
- sudo apt-get install -y g++ autoconf automake libgeos-dev libproj-dev libgdal-dev libjson-c-dev gettext libxml2-dev postgresql-server-dev-14 postgresql-client-14 libprotobuf-c-dev libprotoc-dev protobuf-c-compiler
+ sudo apt-get install -y g++ autoconf automake libgeos-dev libproj-dev libgdal-dev libjson-c-dev gettext libxml2-dev postgresql-server-dev-16 postgresql-client-16 libprotobuf-c-dev libprotoc-dev protobuf-c-compiler
- name: Build
run: |
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/codeql.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list