diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 2fa77f9e..07828955 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -76,7 +76,7 @@ jobs: lint-test: name: Lint and test - runs-on: ubuntu-latest + runs-on: ubuntu-latest-4-cores needs: meta steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index fbc02dc9..9685f580 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -116,7 +116,7 @@ jobs: key: ${{ runner.os }}-bin-${{ hashFiles('Makefile', 'go.mod') }} docker: name: Build and Push Docker image - runs-on: ubuntu-latest + runs-on: ubuntu-latest-4-cores needs: [meta, lint, build] steps: - uses: actions/checkout@v3