diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-07 10:55:53 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-08 12:33:32 +0200 |
commit | d5474f78b876c1f0ff8285a32b46b2f147b4907e (patch) | |
tree | 89fad9301378727846e4b3de8e4da81e08d6e7df /.github/workflows/scorecards.yml | |
parent | mkosi: Update to latest (diff) | |
download | systemd-d5474f78b876c1f0ff8285a32b46b2f147b4907e.tar.xz systemd-d5474f78b876c1f0ff8285a32b46b2f147b4907e.zip |
ci: Switch to Ubuntu 24.04
Diffstat (limited to '.github/workflows/scorecards.yml')
-rw-r--r-- | .github/workflows/scorecards.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index abb8bdac6b..44ee6f18b5 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -23,7 +23,7 @@ jobs: analysis: name: Scorecards analysis if: github.repository == 'systemd/systemd' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: id-token: write # Used to receive a badge. |