Skip to content

Commit d6f3f2c

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/format.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ 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
17-
- name: Install clang-format-12
18-
run: sudo apt-get install clang-format-12
1917
- uses: rhaschke/[email protected]
20-
with:
21-
distro: noetic
2218
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)