diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index f9be488..5eb52b9 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ permissions: jobs: update_release_draft: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: # Drafts your next Release notes as Pull Requests are merged into "main" - uses: release-drafter/release-drafter@v6 diff --git a/.github/workflows/tf-commenter.yml b/.github/workflows/tf-commenter.yml index 39e265b..e0ab4a7 100644 --- a/.github/workflows/tf-commenter.yml +++ b/.github/workflows/tf-commenter.yml @@ -4,7 +4,7 @@ on: pull_request jobs: post-format-comment: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d4d3630..f68a7f2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -4,7 +4,7 @@ on: pull_request jobs: validate_terraform_versions: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: @@ -30,7 +30,7 @@ jobs: validate: # this is a workaround, see https://github.community/t/status-check-for-a-matrix-jobs/127354/6 if: ${{ always() }} needs: [validate_terraform_versions] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Check build status of all needed jobs if: ${{ needs.validate_terraform_versions.result != 'success' }}