From d92b6f315fa9d2254802f7f50ba8ddfc03df3b78 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 6 Mar 2026 09:30:05 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a661d3e53..eeb9c77cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: write # for creating release name: Build packages - runs-on: ubuntu-latest + runs-on: ubuntu-slim if: startsWith(github.ref, 'refs/tags/') steps: - name: Clone repository