chore(workflows): switch to ubuntu-latest-slim for lint and cicd jobs
Some checks failed
Lint / lint (push) Failing after 1m12s
Terraform Plan and Apply / cicd (push) Has been cancelled

This commit is contained in:
Ben Martin 2025-02-24 18:02:08 +00:00
parent e509ec6859
commit cda43e2d40
Signed by: ben
GPG key ID: 859A655FCD290E4A
2 changed files with 2 additions and 2 deletions

View file

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

View file

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