Skip to content

Commit 9d70910

Browse files
authored
[-] fix GHA workflow for macos-latest (#651)
1 parent 7175b0d commit 9d70910

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ jobs:
5252

5353
- name: Start PostgreSQL on MacOS
5454
run: |
55-
brew services start postgresql
55+
brew update
56+
brew install postgresql@16
57+
brew link --force postgresql@16
58+
brew services start postgresql@16
5659
echo "Check PostgreSQL service is running"
5760
i=10
5861
COMMAND='pg_isready'

0 commit comments

Comments
 (0)