Skip to content

Commit f702de0

Browse files
Merge pull request #373 from puppetlabs/CAT-2296
(CAT-2296) Update github runner image to ubuntu-24.04
2 parents c7d75e8 + df0772f commit f702de0

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
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
setup_matrix:
1111
name: "Setup Test Matrix"
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
outputs:
1414
spec_matrix: ${{ steps.get-matrix.outputs.spec_matrix }}
1515

@@ -40,7 +40,7 @@ jobs:
4040
- setup_matrix
4141
if: ${{ needs.setup_matrix.outputs.spec_matrix != '{}' }}
4242

43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-24.04
4444
strategy:
4545
fail-fast: false
4646
matrix: ${{fromJson(needs.setup_matrix.outputs.spec_matrix)}}

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
setup_matrix:
1010
name: "Setup Test Matrix"
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
spec_matrix: ${{ steps.get-matrix.outputs.spec_matrix }}
1414

@@ -39,7 +39,7 @@ jobs:
3939
- setup_matrix
4040
if: ${{ needs.setup_matrix.outputs.spec_matrix != '{}' }}
4141

42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-24.04
4343
strategy:
4444
fail-fast: false
4545
matrix: ${{fromJson(needs.setup_matrix.outputs.spec_matrix)}}

0 commit comments

Comments
 (0)