From 7e1cef943aaed32a44fb8292fd7891f1f212b61e Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 26 Jan 2026 11:16:22 +0100 Subject: [PATCH] move small cd tasks to 1vcpu runners --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3d0dccd..996f0db 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -280,7 +280,7 @@ jobs: dumpsyms: - runs-on: ubuntu-latest + runs-on: ubuntu-slim needs: - linux-ubuntu @@ -351,7 +351,7 @@ jobs: release: if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }} - runs-on: ubuntu-latest + runs-on: ubuntu-slim needs: - linux-ubuntu