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