Skip to content

Commit

Permalink
update base os
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Jan 11, 2025
1 parent 66ac7db commit 0a294ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: "cd packer && packer validate ."

terraform:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand All @@ -59,7 +59,7 @@ jobs:
run: ${TERRAFORM_COMMAND} validate

tflint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: terraform

steps:
Expand Down

0 comments on commit 0a294ba

Please sign in to comment.