From 2dbbe2e053ce3dcf10ed22ed8e025a21c30005bb Mon Sep 17 00:00:00 2001 From: David Marby Date: Fri, 13 Mar 2026 15:54:00 +0100 Subject: [PATCH 1/2] Bump runner size to 16 core for PR and CI jobs --- .github/workflows/ci.yml | 2 +- .github/workflows/fetch_versions.yml | 2 +- .github/workflows/pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cabcaa8e6..435e1e66a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ defaults: jobs: ci: - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest-16-cores steps: - name: set PLUGINS from workflow inputs if: ${{ inputs.plugins }} diff --git a/.github/workflows/fetch_versions.yml b/.github/workflows/fetch_versions.yml index 1501405a4..59befc331 100644 --- a/.github/workflows/fetch_versions.yml +++ b/.github/workflows/fetch_versions.yml @@ -14,7 +14,7 @@ permissions: jobs: fetch-versions: if: github.repository == 'bufbuild/plugins' - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest-16-cores steps: - name: Generate token id: generate_token diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 809461f85..5aeeeb81a 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-4-cores + runs-on: ubuntu-latest-16-cores steps: - name: set PLUGINS from workflow inputs if: ${{ inputs.plugins }} From 3c7865b63340b240c54a7d9f48f1975d0739b381 Mon Sep 17 00:00:00 2001 From: David Marby Date: Fri, 13 Mar 2026 15:58:03 +0100 Subject: [PATCH 2/2] Revert fetch_versions runner back to 4 cores --- .github/workflows/fetch_versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_versions.yml b/.github/workflows/fetch_versions.yml index 59befc331..1501405a4 100644 --- a/.github/workflows/fetch_versions.yml +++ b/.github/workflows/fetch_versions.yml @@ -14,7 +14,7 @@ permissions: jobs: fetch-versions: if: github.repository == 'bufbuild/plugins' - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest-4-cores steps: - name: Generate token id: generate_token