From 36a9c7af6ca216546b5990918383d56d4bd2cc51 Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Tue, 25 Jun 2024 10:08:00 +0200 Subject: [PATCH] Using small runners --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9046d76..753b3f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ defaults: shell: bash jobs: release: - runs-on: ['hyperenv', 'medium'] + runs-on: ['hyperenv', 'small'] steps: - uses: actions/checkout@v4 - name: Create ZIP