Skip to content

Commit

Permalink
fix: terraform not found on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ozennou committed Dec 25, 2024
1 parent f4eafad commit 5a12ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infra-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
defaults:
run:
working-directory: ./infrastructure
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
defaults:
run:
working-directory: ./playbooks
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs: Test-Scan-Apply-infrastructure
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a12ea7

Please sign in to comment.