Skip to content

Commit 5d9b2a9

Browse files
Merge pull request #367 from puppetlabs/CAT-2296
(CAT-2296) Update github runner image to ubuntu-24.04
2 parents f3524dc + fe578e1 commit 5d9b2a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ 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
setup_matrix:
1717
name: "Setup Test Matrix"
1818
needs: Spec
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-24.04"
2020
outputs:
2121
matrix: ${{ steps.get-matrix.outputs.matrix }}
2222

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
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
setup_matrix:
1616
name: "Setup Test Matrix"
1717
needs: Spec
18-
runs-on: "ubuntu-20.04"
18+
runs-on: "ubuntu-24.04"
1919
outputs:
2020
matrix: ${{ steps.get-matrix.outputs.matrix }}
2121

0 commit comments

Comments
 (0)