github: ci: switch to ubuntu-22.04

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2024-04-16 12:22:25 +02:00 committed by GitHub
parent c8a4bc513f
commit 9d0df3277d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,12 @@
name: CI
on: [push, pull_request]
on:
- push
- pull_request
jobs:
CI:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: 'Check out code'
uses: actions/checkout@v4