File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 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"
You can’t perform that action at this time.
0 commit comments