Skip to content

Commit 630a472

Browse files
committed
clang 19
1 parent d1f9bcf commit 630a472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: awalsh128/cache-apt-pkgs-action@latest
1414
with:
15-
packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-16 clang-format-16
15+
packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-19 clang-format-19
1616
- name: format-check
1717
run: ./format-check.sh
1818

@@ -88,6 +88,6 @@ jobs:
8888
- uses: actions/checkout@v4
8989
- uses: awalsh128/cache-apt-pkgs-action@latest
9090
with:
91-
packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-16 clang-format-16
91+
packages: libxxhash-dev libaio-dev libconfig-dev gcc clang-19 clang-format-19
9292
- name: make ${{ matrix.target }}
9393
run: make ${{ matrix.target }}

0 commit comments

Comments
 (0)