Skip to content

Commit 3e3f566

Browse files
chore: change runner from ubuntu-latest to ubuntu-slim in workflows
1 parent 15ae656 commit 3e3f566

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automated-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
run-lint:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
timeout-minutes: 30
1515
steps:
1616
- name: Print context

.github/workflows/superlinter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Name the Job
1616
name: Lint Code Base
1717
# Set the type of machine to run on
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim
1919
permissions:
2020
contents: read
2121
packages: read

0 commit comments

Comments
 (0)