diff options
Diffstat (limited to '.github/workflows/gather-pr-metadata.yml')
-rw-r--r-- | .github/workflows/gather-pr-metadata.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gather-pr-metadata.yml b/.github/workflows/gather-pr-metadata.yml index 29b8c578d5..e4a0caff03 100644 --- a/.github/workflows/gather-pr-metadata.yml +++ b/.github/workflows/gather-pr-metadata.yml @@ -12,7 +12,7 @@ permissions: jobs: gather-metadata: if: github.repository == 'systemd/systemd' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Repository checkout |