mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
CI: Use ubuntu-20.04
22.04 doesn't provide clang-format-10. clang-format-12 is the latest support by 20.04, but this introduces some undesired reformatting.
This commit is contained in:
parent
274c75f68f
commit
0b132e6f65
2
.github/workflows/format.yaml
vendored
2
.github/workflows/format.yaml
vendored
@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
pre-commit:
|
||||
name: pre-commit
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user