Skip to content

Commit 3b97d1b

Browse files
committed
(bugfix) Remove 7th Gen Rhel images from testing
Also remove enforced runner
1 parent e59794d commit 3b97d1b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ on:
99
jobs:
1010
Spec:
1111
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12-
with:
13-
runs_on: "ubuntu-24.04"
1412
secrets: "inherit"
1513

1614
Acceptance:
1715
needs: Spec
1816
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1917
with:
20-
runs_on: "ubuntu-24.04"
21-
flags: "--nightly"
18+
flags: "--nightly --platform-exclude centos-7 --platform-exclude oraclelinux-7 --platform-exclude scientific-7"
2219
secrets: "inherit"

.github/workflows/nightly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ on:
88
jobs:
99
Spec:
1010
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
11-
with:
12-
runs_on: "ubuntu-24.04"
1311
secrets: "inherit"
1412

1513
Acceptance:
1614
needs: Spec
1715
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1816
with:
19-
runs_on: "ubuntu-24.04"
20-
flags: "--nightly"
17+
flags: "--nightly --platform-exclude centos-7 --platform-exclude oraclelinux-7 --platform-exclude scientific-7"
2118
secrets: "inherit"
2219

0 commit comments

Comments
 (0)