Skip to content

Commit a6c5154

Browse files
authored
Change clang version to 16 in self-test workflow
1 parent b6cea20 commit a6c5154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/self-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
database: build
6363
verbosity: debug
6464
version: ${{ matrix.clang-version }}
65-
thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '12' && 'update' }}
66-
file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '12' }}
67-
step-summary: ${{ matrix.clang-version == '12' }}
65+
thread-comments: ${{ github.event_name == 'pull_request' && matrix.clang-version == '16' && 'update' }}
66+
file-annotations: ${{ runner.os == 'Linux' && matrix.clang-version == '16' }}
67+
step-summary: ${{ matrix.clang-version == '16' }}
6868
extra-args: -std=c++14 -Wall
6969

7070
- name: Fail fast?!

0 commit comments

Comments
 (0)