Skip to content

Commit 6a9df73

Browse files
MrSidimssys-ce-bb
authored andcommitted
Update runner for tidy and format checks to ubuntu 22 (#3127)
Signed-off-by: Sidorov, Dmitry <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@ef8b21e1d8bb07f
1 parent 93f8086 commit 6a9df73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)