]> git.proxmox.com Git - mirror_lxc.git/blobdiff - .github/workflows/coverity.yml
github/workflows: port all workflows to Ubuntu 22.04
[mirror_lxc.git] / .github / workflows / coverity.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