Skip to content

Commit 2555f1f

Browse files
Merge pull request #627 from puppetlabs/CAT-2296
(CAT-2296) Update github runner image to ubuntu-24.04
2 parents 00d43f4 + f67875d commit 2555f1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
Spec:
1111
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1212
with:
13-
runs_on: "ubuntu-20.04"
13+
runs_on: "ubuntu-24.04"
1414
secrets: "inherit"
1515

1616
Acceptance:
1717
needs: Spec
1818
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1919
with:
20-
runs_on: "ubuntu-20.04"
20+
runs_on: "ubuntu-24.04"
2121
secrets: "inherit"

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
Spec:
1010
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1111
with:
12-
runs_on: "ubuntu-20.04"
12+
runs_on: "ubuntu-24.04"
1313
secrets: "inherit"
1414

1515
Acceptance:
1616
needs: Spec
1717
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1818
with:
19-
runs_on: "ubuntu-20.04"
19+
runs_on: "ubuntu-24.04"
2020
secrets: "inherit"
2121

0 commit comments

Comments
 (0)