Parcourir la source

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.
Maximilian Luz il y a 2 ans
Parent
commit
0da8ac6286
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/debian.yml

+ 1 - 1
.github/workflows/debian.yml

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