Skip to content

Commit fa8305c

Browse files
Merge pull request #725 from puppetlabs/CAT-2296
(CAT-2296) Update github runner image to ubuntu-24.04
2 parents 96a8f39 + 25e4bea commit fa8305c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ 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:
1717
needs: Spec
1818
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1919
with:
20-
runs_on: "ubuntu-20.04"
20+
runs_on: "ubuntu-24.04"
2121
secrets: "inherit"

.github/workflows/integration_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
setup_matrix:
1212
name: "Setup Test Matrix"
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
outputs:
1515
matrix: ${{ steps.get-matrix.outputs.matrix }}
1616

@@ -47,7 +47,7 @@ jobs:
4747
- setup_matrix
4848
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
4949

50-
runs-on: ubuntu-20.04
50+
runs-on: ubuntu-24.04
5151
strategy:
5252
fail-fast: false
5353
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ 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:
1616
needs: Spec
1717
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1818
with:
19-
runs_on: "ubuntu-20.04"
19+
runs_on: "ubuntu-24.04"
2020
secrets: "inherit"
2121

2222
Integration:

0 commit comments

Comments
 (0)