From 77fc683c4a10580830a2a2a7973cd7e132861c69 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 28 Sep 2023 16:27:46 -0700 Subject: Update version of Postgres installed in build-mac-intel --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d2551cb..77e9a674 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,10 +202,10 @@ jobs: run: | brew install libiodbc cd ~/Downloads - curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.5.12/Postgres-2.5.12-14.dmg - hdiutil attach Postgres-2.5.12-14.dmg - cp -r /Volumes/Postgres-2.5.12-14/Postgres.app /Applications/ - hdiutil detach /Volumes/Postgres-2.5.12-14 + curl -O -L https://github.com/PostgresApp/PostgresApp/releases/download/v2.6.5/Postgres-2.6.5-14.dmg + hdiutil attach Postgres-2.6.5-14.dmg + cp -r /Volumes/Postgres-2.6.5-14/Postgres.app /Applications/ + hdiutil detach /Volumes/Postgres-2.6.5-14 - name: Build OnionShare run: | -- cgit v1.2.3-54-g00ecf