From fe5893f21601dfa1246fc38c743e03b3ad3473b2 Mon Sep 17 00:00:00 2001 From: David Marby Date: Mon, 16 Mar 2026 17:51:36 +0100 Subject: [PATCH] Swap back to smaller runner sizes --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/upload.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8be5fecb..fc7608f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ defaults: jobs: ci: - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest-4-cores steps: - name: set PLUGINS from workflow inputs if: ${{ inputs.plugins }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d36d70bfc..0f689508a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,7 +26,7 @@ jobs: env: BUILDKIT_PROGRESS: plain DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest-4-cores steps: - name: set PLUGINS from workflow inputs if: ${{ inputs.plugins }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 518f67148..fc2572bf3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: release: environment: production if: github.repository == 'bufbuild/plugins' - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest steps: - name: Checkout repository code uses: actions/checkout@v6 diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index 60f121c95..25a2353ef 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -25,7 +25,7 @@ jobs: release: environment: production if: github.repository == 'bufbuild/plugins' - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest steps: - name: Checkout repository code uses: actions/checkout@v6