Skip to content

Commit

Permalink
Use postgres version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
trbtm committed Jul 2, 2024
1 parent b7f1b0a commit 53551bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Setup PostgreSQL on macOS
if: startsWith(runner.os, 'macos')
run: |
brew services start postgresql@14
brew install postgresql@16
brew services start postgresql@16
export PATH="/opt/homebrew/opt/postgresql@16/bin:$PATH"
echo "Check PostgreSQL service is running"
i=10
COMMAND='pg_isready'
Expand Down

0 comments on commit 53551bc

Please sign in to comment.