From 8d1a60d6b58417f1ae91709ba3514cf156abc6a4 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 7 Apr 2026 23:41:23 +0200 Subject: [PATCH] Switch release process to a lightweight runner Easier to provision, less concurrency overhead for us --- .github/workflows/create-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml index 23af3ad5..3e19345f 100644 --- a/.github/workflows/create-release-artifacts.yml +++ b/.github/workflows/create-release-artifacts.yml @@ -103,7 +103,7 @@ jobs: if-no-files-found: error release: - runs-on: ubuntu-latest + runs-on: ubuntu-slim needs: [windows, macos, linux] permissions: contents: write