File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 update_release_draft :
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 # Drafts your next Release notes as Pull Requests are merged into "main"
1717 - uses : release-drafter/release-drafter@v6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: pull_request
44
55jobs :
66 post-format-comment :
7- runs-on : ubuntu-22 .04
7+ runs-on : ubuntu-24 .04
88
99 steps :
1010 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: pull_request
44
55jobs :
66 validate_terraform_versions :
7- runs-on : ubuntu-22 .04
7+ runs-on : ubuntu-24 .04
88
99 strategy :
1010 matrix :
3030 validate : # this is a workaround, see https://github.community/t/status-check-for-a-matrix-jobs/127354/6
3131 if : ${{ always() }}
3232 needs : [validate_terraform_versions]
33- runs-on : ubuntu-22 .04
33+ runs-on : ubuntu-24 .04
3434 steps :
3535 - name : Check build status of all needed jobs
3636 if : ${{ needs.validate_terraform_versions.result != 'success' }}
You can’t perform that action at this time.
0 commit comments