Skip to content

Commit 27ed1b3

Browse files
committed
Updated CI
1 parent a5c8a10 commit 27ed1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: ocaml/setup-ocaml@v2
99
with:
10-
ocaml-compiler: 4.14
10+
ocaml-compiler: 5
1111
- uses: ankane/setup-postgres@v1
1212
with:
1313
database: pgvector_ocaml_test
1414
dev-files: true
1515
- run: |
1616
cd /tmp
17-
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
17+
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
1818
cd pgvector
1919
make
2020
sudo make install

0 commit comments

Comments
 (0)