]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
github/workflows: port all workflows to Ubuntu 22.04
authorChristian Brauner <brauner@kernel.org>
Wed, 8 Jun 2022 18:12:22 +0000 (20:12 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Wed, 8 Jun 2022 18:15:07 +0000 (20:15 +0200)
So we have a new enough meson version everywhere.

Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
.github/workflows/coverity.yml
.github/workflows/sanitizers.yml
.github/workflows/static-analysis.yml

index 370c09428c6931964db47ddb7be6aec70f52fe0a..5713c588c1be73a364968134d4d45d99c16e0c77 100644 (file)
@@ -5,7 +5,7 @@ on:
       - master
 jobs:
   test:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v2
index 76339e19c957664f56008ea9a2d9743c381482fb..15849635f9bb1516eca1cf7482a140ec8e307547 100644 (file)
@@ -10,7 +10,7 @@ jobs:
         compiler:
           - gcc
           - clang
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v2
index 0317559ad8621a27c062d637b028e6cafb3db826..943b2de0d8b054af610201ecaf7fbc7b259c54e4 100644 (file)
@@ -4,7 +4,7 @@ on:
   - pull_request
 jobs:
   test:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v2