Skip to content

Commit

Permalink
Install PG15 in homebrew test
Browse files Browse the repository at this point in the history
The homebrew tap for timescaledb has been switched to PG15 but
the default postgres in the macos github environment is PG14 so
we have to explicitly install PG15.
  • Loading branch information
svenklemm committed Oct 23, 2023
1 parent 1126b08 commit 7797c41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Setup
run: |
brew install postgresql@15
echo "/usr/local/opt/postgresql@15/bin" >> $GITHUB_PATH
brew tap timescale/tap
brew info timescaledb
Expand All @@ -34,7 +36,7 @@ jobs:
brew install timescaledb ${{ matrix.install_options }}
timescaledb-tune --quiet --yes
timescaledb_move.sh
brew services start postgresql
brew services start postgresql@15
# checkout code to get version information
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7797c41

Please sign in to comment.