From a89154e97a4288fb72d58b0c46396d819b58e8bf Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 10 Apr 2026 23:30:18 +0200 Subject: [PATCH] use ubuntu-slim for config job --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index c93666640..d5052c533 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -46,7 +46,7 @@ concurrency: jobs: configure: name: Configure - runs-on: ubuntu-latest + runs-on: ubuntu-slim outputs: tag: ${{steps.configure.outputs.tag}} sha: ${{steps.configure.outputs.sha}}