Skip to content

Commit e4b536b

Browse files
committed
upgrade postgis
1 parent f761460 commit e4b536b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build PostgreSQL, PostGIS, and Dependencies
5252
id: build_postgres
5353
run: |
54-
./build-postgres-darwin.sh -v ${{ matrix.pg_version }} -g 3.4.2 -r 3.6.2
54+
./build-postgres-darwin.sh -v ${{ matrix.pg_version }} -g 3.4.4 -r 3.6.2
5555
if [ "${{ matrix.os }}" == "macos-15-xlarge" ]; then
5656
echo "ARCH=arm64" >> $GITHUB_OUTPUT
5757
echo "FILENAME=postgresql-${{ matrix.pg_version }}-darwin-arm64.zip" >> $GITHUB_OUTPUT

build_and_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function do_build {
1010
echo "=== Building ${version} ==="
1111
echo
1212

13-
./gradlew clean install -Pversion="${version}.0" -PpgVersion="${version}" -ParchName=amd64 -PpostgisVersion=3.4.0
13+
./gradlew clean install -Pversion="${version}.0" -PpgVersion="${version}" -ParchName=amd64 -PpostgisVersion=3.4.4
1414
cp custom-debian-platform/build/tmp/buildCustomDebianBundle/bundle/postgres-linux-debian.txz "release/postgresql-${version}-linux-amd64.txz"
1515
}
1616

0 commit comments

Comments
 (0)