Skip to content

Commit 150a53b

Browse files
Remove the hardcoded action runner images.
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent d28beda commit 150a53b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ 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"
19-
with:
20-
runs_on: "ubuntu-24.04"
2117
secrets: "inherit"

.github/workflows/nightly.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ 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"
18-
with:
19-
runs_on: "ubuntu-24.04"
2016
secrets: "inherit"
2117

0 commit comments

Comments
 (0)