Skip to content

Commit 4782b79

Browse files
committed
CI: Run format workflow on ubuntu-latest
1 parent ca81163 commit 4782b79

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/format.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ on:
1111
jobs:
1212
pre-commit:
1313
name: pre-commit
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Install clang-format-12
1818
run: sudo apt-get install clang-format-12
19-
- uses: rhaschke/install-catkin_lint-action@v1.0
20-
with:
21-
distro: noetic
19+
- uses: rhaschke/install-catkin_lint-action@main
2220
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)