Skip to content

Commit 9ee357d

Browse files
authored
Merge pull request #41 from babbel/migrate-github-actions-workflows-of-infras-repos-to-ubuntu-2404
Migrate GitHub Actions workflows of Infras repos to ubuntu-24.04
2 parents 096c6d9 + c2d89df commit 9ee357d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
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

.github/workflows/tf-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
post-format-comment:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88

99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
validate_terraform_versions:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88

99
strategy:
1010
matrix:
@@ -30,7 +30,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)