Skip to content

Commit c46f3bc

Browse files
zhjwpkuRuijing Li
authored andcommitted
Build: Use ubuntu-slim for lightweight jobs (apache#15457)
1 parent 938bcc1 commit c46f3bc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
jobs:
3434
analyze:
3535
name: Analyze Actions
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-slim
3737
permissions:
3838
contents: read
3939
security-events: write

.github/workflows/labeler.yml

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

2727
jobs:
2828
triage:
29-
runs-on: ubuntu-24.04
29+
runs-on: ubuntu-slim
3030
steps:
3131
- uses: actions/labeler@v6
3232
with:

.github/workflows/open-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ concurrency:
4141

4242
jobs:
4343
openapi-spec-validator:
44-
runs-on: ubuntu-24.04
44+
runs-on: ubuntu-slim
4545

4646
steps:
4747
- uses: actions/checkout@v6

.github/workflows/site-ci.yml

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

3333
jobs:
3434
deploy:
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-slim
3636
permissions:
3737
contents: write
3838
steps:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
3131
stale:
3232
if: github.repository_owner == 'apache'
33-
runs-on: ubuntu-24.04
33+
runs-on: ubuntu-slim
3434
steps:
3535
- uses: actions/stale@v10.2.0
3636
with:

0 commit comments

Comments
 (0)