CI: update runner for the lint job

This commit is contained in:
Benoit Blanchon
2024-04-29 19:30:44 +02:00
parent 4d5c17b5f6
commit ece4d030a8

View File

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