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:
11
11
12
12
jobs :
13
13
update_release_draft :
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
# Drafts your next Release notes as Pull Requests are merged into "main"
17
17
- uses : release-drafter/release-drafter@v6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: pull_request
4
4
5
5
jobs :
6
6
post-format-comment :
7
- runs-on : ubuntu-22 .04
7
+ runs-on : ubuntu-24 .04
8
8
9
9
steps :
10
10
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: pull_request
4
4
5
5
jobs :
6
6
validate_terraform_versions :
7
- runs-on : ubuntu-22 .04
7
+ runs-on : ubuntu-24 .04
8
8
9
9
strategy :
10
10
matrix :
30
30
validate : # this is a workaround, see https://github.community/t/status-check-for-a-matrix-jobs/127354/6
31
31
if : ${{ always() }}
32
32
needs : [validate_terraform_versions]
33
- runs-on : ubuntu-22 .04
33
+ runs-on : ubuntu-24 .04
34
34
steps :
35
35
- name : Check build status of all needed jobs
36
36
if : ${{ needs.validate_terraform_versions.result != 'success' }}
You can’t perform that action at this time.
0 commit comments