Skip to content

Commit 0ccb45b

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 6a45fd1 commit 0ccb45b

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
@@ -10,7 +10,7 @@ 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:

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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:

0 commit comments

Comments
 (0)