Skip to content

Commit d81f257

Browse files
authored
chore(ci): Change runner from ubuntu-latest to ubuntu-slim
Try it out just for the static checks first.
1 parent 91de53d commit d81f257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
staticcheck:
1212
name: static checks
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)