summaryrefslogtreecommitdiff
path: root/.github/workflows/coverity.yml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-05-21 16:03:14 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-05-21 20:23:48 +0200
commitaa1bf7e61dd899d45a98911c0b728e9115759ae2 (patch)
tree965e333aba8982354542bbab5257558159e2b3ed /.github/workflows/coverity.yml
parent1246d097058ccec066ea8fd0952da437b28ff85f (diff)
downloadsystemd-aa1bf7e61dd899d45a98911c0b728e9115759ae2.tar.gz
ci: bump GH Actions to Ubuntu Jammy where applicable
Diffstat (limited to '.github/workflows/coverity.yml')
-rw-r--r--.github/workflows/coverity.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 1c29c8bae0..904a6895fd 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -14,7 +14,7 @@ permissions:
jobs:
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
if: github.repository == 'systemd/systemd'
env:
COVERITY_SCAN_BRANCH_PATTERN: "${{ github.ref}}"