Skip to content

Commit 37def9a

Browse files
authored
Merge pull request #449 from puppetlabs/pdksync_'CAT-1599-ci-fixes'
pdksync - 'Fixing CI/Nightly pipelines with docker provisioner'
2 parents 1733e5b + 2a1f96f commit 37def9a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
needs: Spec
1616
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1717
secrets: "inherit"
18+
with:
19+
runs_on: "ubuntu-20.04"

.github/workflows/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ jobs:
1414
needs: Spec
1515
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1616
secrets: "inherit"
17+
with:
18+
runs_on: "ubuntu-20.04"

0 commit comments

Comments
 (0)