Skip to content

Commit

Permalink
Merge pull request #29 from babbel/github-actions-ubuntu-22.04
Browse files Browse the repository at this point in the history
Upgrate GitHub Actions to `ubuntu-22.04`
  • Loading branch information
jansiwy authored Dec 7, 2023
2 parents ec52d98 + 9914f43 commit b5a87be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
validate_terraform_versions:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand All @@ -29,7 +29,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-20.04
runs-on: ubuntu-22.04
steps:
- name: Check build status of all needed jobs
if: ${{ needs.validate_terraform_versions.result != 'success' }}
Expand Down

0 comments on commit b5a87be

Please sign in to comment.