Skip to content

Commit

Permalink
uninstall postgres 14
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed Mar 28, 2024
1 parent ff2264a commit 661093a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_api_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Install dependencies
run: |
brew uninstall postgresql@14
brew install postgresql@15
export PATH="/usr/local/opt/postgresql@15/bin:$PATH"
brew services start postgresql@15
Expand Down

0 comments on commit 661093a

Please sign in to comment.