Skip to content

Commit 72a4b97

Browse files
committed
Switch small CI workflows to ubuntu-slim runner
1 parent cfd1d2f commit 72a4b97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
cpplint:
1313
name: CPP Lint
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-slim
1515
steps:
1616
- uses: actions/checkout@v6
1717
with:

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
pr-labeler:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-slim
1010

1111
steps:
1212
- uses: TimonVS/pr-labeler-action@v5

0 commit comments

Comments
 (0)