diff --git a/.github/actions/setup-postgres-macos/action.yml b/.github/actions/setup-postgres-macos/action.yml index af9a9fe1657..c053a9118af 100644 --- a/.github/actions/setup-postgres-macos/action.yml +++ b/.github/actions/setup-postgres-macos/action.yml @@ -5,7 +5,7 @@ runs: steps: - shell: bash run: | - brew services start postgresql + brew services start postgresql@14 echo "Check PostgreSQL service is running" i=10 COMMAND='pg_isready'