diff options
| author | NAHO <90870942+trueNAHO@users.noreply.github.com> | 2024-12-27 00:53:38 +0100 |
|---|---|---|
| committer | Wolfgang Walther <walther@technowledgy.de> | 2025-02-01 11:41:33 +0100 |
| commit | 73d745f1c2783aecf5d68ad26be9fb238e58682e (patch) | |
| tree | 321e851bf6638f3f876c12d0cbb1f8e05e8d5819 | |
| parent | workflows/periodic-merge: merge merge-base into haskell-updates (diff) | |
| download | nixpkgs-73d745f1c2783aecf5d68ad26be9fb238e58682e.tar.gz | |
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
(cherry picked from commit 2660dd1e712043a3e328d1e0e4c688382073d72c)
| -rw-r--r-- | .github/workflows/periodic-merge-haskell-updates.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/periodic-merge-haskell-updates.yml b/.github/workflows/periodic-merge-haskell-updates.yml index 46011d66061c..6e9268f01117 100644 --- a/.github/workflows/periodic-merge-haskell-updates.yml +++ b/.github/workflows/periodic-merge-haskell-updates.yml @@ -26,7 +26,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 name: git merge-base master staging → haskell-updates steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
