Skip to content

Commit 00ee507

Browse files
committed
OSes
1 parent 5fbb60b commit 00ee507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
brew install postgresql@14
4848
brew link --overwrite postgresql@14
4949
brew install pgvector
50-
brew services start postgresql@17 && sleep 1
50+
brew services start postgresql@14 && sleep 1
5151
psql -d postgres -c 'CREATE EXTENSION vector'
5252
5353
- name: (MacOSLarge) Install postgreSQL using action-setup-postgres

0 commit comments

Comments
 (0)