Skip to content

Commit f186642

Browse files
committed
ci: use ubuntu-slim for label & prepare ci tasks
The `ubuntu-slim` 1vCPU runners were recently introduced and seem to be the right fit here. https://github.blog/changelog/2026-01-22-1-vcpu-linux-runner-now-generally-available-in-github-actions/ https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners
1 parent 61d1294 commit f186642

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-labeler.yml

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

66
jobs:
77
label-pr:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-slim
99
permissions:
1010
contents: read
1111
pull-requests: write

.github/workflows/rust.yaml

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

1111
jobs:
1212
Prepare:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
outputs:
1515
nightly_version: ${{ steps.read_toolchain.outputs.nightly_version }}
1616
steps:

0 commit comments

Comments
 (0)