Skip to content

Commit 67673a4

Browse files
Reinstate Ubuntu-2004 github actions runner image for nightly tests.
- This is done because Centos-7, OracleLinux-7 and Scientific-7 are not getting provisioned on the ubuntu-2204 github runner image resulting in nightly job failures. This might be due to the EOL status of EL-7 based images.
1 parent 2748414 commit 67673a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "main"
77
workflow_dispatch:
8-
8+
99
jobs:
1010
Spec:
1111
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
@@ -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)