Skip to content

Commit ef8b21e

Browse files
authored
[CI] Update runner for tidy and format checks to ubuntu 22 (#3127)
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 19d67bd commit ef8b21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
jobs:
3030
clang-format-and-tidy:
3131
name: clang-format & clang-tidy
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- name: Checkout sources
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)