Skip to content

Commit d743c09

Browse files
authored
Upgrade runner for cmake_cmake_file_lists job (#8609)
1 parent 2f2bde3 commit d743c09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/presubmit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- '**.c'
1010
- '**.cpp'
1111
- 'run-clang-tidy.sh'
12+
- 'run-clang-format.sh'
13+
- '.github/workflows/presubmit.yml'
1214

1315
permissions:
1416
contents: read
@@ -38,7 +40,7 @@ jobs:
3840
CLANG_TIDY_LLVM_INSTALL_DIR: /opt/homebrew/opt/llvm@19
3941
check_cmake_file_lists:
4042
name: Check CMake file lists
41-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4244
steps:
4345
- uses: actions/checkout@v3
4446
- name: Run test sources check

0 commit comments

Comments
 (0)