revert cda43e2d40
All checks were successful
Lint / lint (push) Successful in 39s
Terraform Plan and Apply / cicd (push) Successful in 1m14s

revert chore(workflows): switch to ubuntu-latest-slim for lint and cicd jobs
This commit is contained in:
Ben Martin 2025-02-24 18:04:48 +00:00
parent cda43e2d40
commit c498d6c1f2
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ env:
jobs:
lint:
runs-on: ubuntu-latest-slim
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View file

@ -18,7 +18,7 @@ env:
jobs:
cicd:
runs-on: ubuntu-latest-slim
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4