Skip to content

Commit 43313df

Browse files
committed
Update lint container
1 parent 74993e8 commit 43313df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
linter_name: clang-format
2424

2525
cmake-format:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/setup-python@v4.3.0
2929
with:
@@ -38,7 +38,7 @@ jobs:
3838
linter_name: cmake-format
3939

4040
line-ending:
41-
runs-on: ubuntu-20.04
41+
runs-on: ubuntu-24.04
4242
steps:
4343
- uses: actions/checkout@v3
4444
- run: git add --renormalize .

0 commit comments

Comments
 (0)