Skip to content

Commit

Permalink
Update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 02348bb commit a630904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
plan:
name: Speculative Plan
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
# renovate: datasource=github-releases depName=hashicorp/terraform
TERRAFORM_VERSION: "1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
run:
name: Run
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency:
group: terraform
cancel-in-progress: false
Expand Down

0 comments on commit a630904

Please sign in to comment.