Skip to content

Commit 3bcb965

Browse files
(CAT-2296) Update github runner image to ubuntu-24.04
ubuntu-20.04 is not supported anymore: actions/runner-images#11101
1 parent 4543054 commit 3bcb965

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)