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