Skip to content

Commit 32ca52a

Browse files
Merge pull request #1451 from puppetlabs/CAT-2296
(CAT-2296) Update github runner image to ubuntu-24.04
2 parents 4543054 + 3bcb965 commit 32ca52a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1717
secrets: "inherit"
1818
with:
19-
runs_on: "ubuntu-20.04"
19+
runs_on: "ubuntu-24.04"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1616
secrets: "inherit"
1717
with:
18-
runs_on: "ubuntu-20.04"
18+
runs_on: "ubuntu-24.04"

0 commit comments

Comments
 (0)