Skip to content

Commit

Permalink
CI: run pre-commit hooks on 22.04
Browse files Browse the repository at this point in the history
20.04's version of clang-format-12 is 12.0.0, which is broken.
22.04's 12.0.1 version works fine.
  • Loading branch information
rhaschke committed Jan 9, 2025
1 parent f425f93 commit 643b43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ permissions:
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install clang-format-12
run: sudo apt-get install clang-format-12
- uses: rhaschke/install-catkin_lint-action@v1.0
- uses: rhaschke/install-catkin_lint-action@main
- uses: pre-commit/[email protected]
id: precommit
- name: Upload pre-commit changes
Expand Down

0 comments on commit 643b43f

Please sign in to comment.