File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments