pkg/debian: Update build container to 22.04

The annotations script depends on Python 3.9 or higher. Let's try the
easy way to solve this and update the build container to 22.04, which
provides Python 3.10.
This commit is contained in:
Maximilian Luz 2022-12-09 17:13:27 +01:00
parent 548ee1cf6f
commit 0da8ac6286
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -18,7 +18,7 @@ jobs:
build:
name: Build Kernel
runs-on: ubuntu-latest
container: ubuntu:20.04
container: ubuntu:22.04
steps:
- name: Checkout code
uses: actions/checkout@v2