Skip to content

Commit

Permalink
Merge pull request #239 from puppetlabs/reinstate-ubuntu-2004-GHA-image
Browse files Browse the repository at this point in the history
Reinstate Ubuntu-2004 github actions runner image for nightly tests and CI
  • Loading branch information
malikparvez authored Oct 21, 2024
2 parents 4a6c4d5 + 67747fe commit 8e5d3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
secrets: "inherit"
with:
runs_on: "ubuntu-20.04"
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
secrets: "inherit"
with:
runs_on: "ubuntu-20.04"

0 comments on commit 8e5d3b8

Please sign in to comment.