CI: update runner for the lint job

Ported from ece4d030a8
This commit is contained in:
Benoit Blanchon
2024-04-29 19:30:44 +02:00
parent 0741bd9e68
commit c99af48e97

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs: jobs:
lint: lint:
name: Lint name: Lint
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Install - name: Install
run: sudo apt-get install -y clang-format run: sudo apt-get install -y clang-format