workflows: lock Ubuntu runner to ubuntu-22.04

Lock the Ubuntu runner to ubuntu-22.04 to avoid accidental updates [1]
and increase reproducibility.

[1]: https://github.com/actions/runner-images/issues/10636
This commit is contained in:
NAHO
2024-12-27 00:53:38 +01:00
parent 90c106c68d
commit 2660dd1e71
22 changed files with 27 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ jobs:
contents: write # for devmasx/merge-branch to merge branches
pull-requests: write # for peter-evans/create-or-update-comment to create or update comment
if: github.repository_owner == 'NixOS'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
# don't fail fast, so that all pairs are tried
fail-fast: false