From 4c204d320a0f894e8d55ca374ecbc644ccc32251 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Mon, 8 Dec 2025 18:05:24 +0300 Subject: [PATCH] workflows: use ubuntu-slim for actions Actions here are rather trivial, can be handled by slim runner. Follow https://github.com/nspcc-dev/.github/blob/6c4dff04862ad947805e82fb9b664899906c6305/gh.md Signed-off-by: Roman Khimov --- .github/workflows/buf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buf.yml b/.github/workflows/buf.yml index 71e2ad37..7862c4cc 100644 --- a/.github/workflows/buf.yml +++ b/.github/workflows/buf.yml @@ -7,7 +7,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: actions/checkout@v4 - name: Download buf @@ -21,7 +21,7 @@ jobs: - run: ./buf-Linux-x86_64 lint breaking: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Download buf uses: dsaltares/fetch-gh-release-asset@1.1.2