summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAHO <90870942+trueNAHO@users.noreply.github.com>2024-12-27 00:53:38 +0100
committerWolfgang Walther <walther@technowledgy.de>2025-02-01 11:41:33 +0100
commit73d745f1c2783aecf5d68ad26be9fb238e58682e (patch)
tree321e851bf6638f3f876c12d0cbb1f8e05e8d5819
parentworkflows/periodic-merge: merge merge-base into haskell-updates (diff)
downloadnixpkgs-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.yml2
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