File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 1010jobs :
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
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)}}
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments