ci: update to ubuntu 22.04

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-12-15 14:26:08 +01:00
parent 71e6be5d99
commit 21b2f135b5
5 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3