]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
github: start using ubuntu-22.04 image
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Wed, 12 Apr 2023 22:31:20 +0000 (00:31 +0200)
committerAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Wed, 12 Apr 2023 22:31:20 +0000 (00:31 +0200)
We've moved snap from core20 to core22, let's
test LXCFS on Ubuntu 22.04 too.

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
.github/workflows/commits.yml
.github/workflows/tests.yml

index 57f5d6954acbaf4eb8b8da991b0a1b4dc296f02d..651c13b37c7b932429658b67baa976cacb7c571f 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     permissions:
       pull-requests: read  # for tim-actions/get-pr-commits to get list of commits from the PR
     name: Signed-off-by (DCO)
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Get PR Commits
       id: 'get-pr-commits'
@@ -27,7 +27,7 @@ jobs:
     permissions:
       contents: none
     name: Branch target
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
     - name: Check branch target
       env:
index 21a0c8760de18369704ea825fc1944c961306c2b..b3b0a7a6503f75deba0869c47410cd4b925d07df 100644 (file)
@@ -18,6 +18,7 @@ jobs:
         os:
           - ubuntu-18.04
           - ubuntu-20.04
+          - ubuntu-22.04
     runs-on: ${{ matrix.os }}
     steps:
       - name: Checkout code
@@ -60,6 +61,7 @@ jobs:
           - clang
         os:
           - ubuntu-20.04
+          - ubuntu-22.04
     runs-on: ${{ matrix.os }}
     steps:
       - name: Checkout code