Skip to content

Commit

Permalink
Use LLVM 18 in GH Actions instead of 14
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb authored Feb 11, 2025
1 parent fa89f2f commit 01a4ab1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ runs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y flex bison lcov systemd-coredump gdb libblas-dev libipc-run-perl libtest-most-perl clang-14 llvm-14 llvm-14-dev llvm-14-runtime llvm-14-tools libopenblas-dev
sudo apt-get install -y flex bison lcov systemd-coredump gdb libblas-dev libipc-run-perl libtest-most-perl clang-18 llvm-18 llvm-18-dev llvm-18-runtime llvm-18-tools libopenblas-dev
2 changes: 1 addition & 1 deletion .github/actions/install-pgvector/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
shell: bash
env:
pg_build_args: --enable-debug --enable-cassert
llvm_config: llvm-config-14
llvm_config: llvm-config-18
CC: gcc
CXX: g++
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install-postgres/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
shell: bash
env:
pg_build_args: --enable-debug --enable-cassert
llvm_config: llvm-config-14
llvm_config: llvm-config-18
CC: gcc
CXX: g++
run: |
Expand Down

0 comments on commit 01a4ab1

Please sign in to comment.