Update ubuntu version to 22.04
Some checks failed
Build and test / build (push) Failing after 2m0s

This commit is contained in:
apio 2024-02-06 22:40:38 +01:00
parent ac3175cf26
commit f5c0e724d5
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Check out the code - name: Check out the code
uses: actions/checkout@v3 uses: actions/checkout@v3