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:
Robert Haschke 2022-12-08 16:22:31 +01:00
parent 274c75f68f
commit 0b132e6f65

View File

@ -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: