Skip to content

Commit aba7116

Browse files
committed
Apt update
1 parent 2fd13b5 commit aba7116

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
@@ -31,7 +31,7 @@ jobs:
3131
if: matrix.os == 'ubuntu-latest'
3232
run: |
3333
sudo apt update
34-
sudo apt install postgresql-server-dev-16
34+
sudo apt install postgresql-server-dev-14
3535
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
3636
if: matrix.os != 'windows-latest'
3737
run: .github/workflows/install-pgvector.sh

0 commit comments

Comments
 (0)