Skip to content

Commit b40ebf6

Browse files
Merge pull request #610 from puppetlabs/CAT-2296
(CAT-2296) Update github runner image to ubuntu-24.04
2 parents 4e2246d + f258e16 commit b40ebf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ 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"
2020
flags: "--exclude-platforms '[\"Ubuntu-24.04-arm\", \"Ubuntu-22.04-arm\", \"RedHat-9-arm\", \"Debian-12-arm\"]'"

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ 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"
1919
flags: "--exclude-platforms '[\"Ubuntu-24.04-arm\", \"Ubuntu-22.04-arm\", \"RedHat-9-arm\", \"Debian-12-arm\"]'"

0 commit comments

Comments
 (0)