From 3e2b4d0889e7278773ec41f2f5ff6eb79abc85a6 Mon Sep 17 00:00:00 2001 From: Kamil Zabielski <50334623+limakzi@users.noreply.github.com> Date: Sat, 19 Apr 2025 22:55:13 +0200 Subject: [PATCH 1/3] fix: Use larger runners --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 52e8357..d09c2ce 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -37,6 +37,7 @@ jobs: echo 'versions=["4.14.0", "4.13.1", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT" build-bare: + runs-on: ubuntu-latest-8core needs: - define-matrix strategy: @@ -51,6 +52,7 @@ jobs: operating-system-base: ${{ matrix.operating-system-base }} build-slim: + runs-on: ubuntu-latest-8core needs: - define-matrix - build-bare @@ -66,6 +68,7 @@ jobs: operating-system-base: ${{ matrix.operating-system-base }} build-full: + runs-on: ubuntu-latest-8core needs: - define-matrix - build-bare From fcc9527d40f5acf816094e7ecba32c77c51b054f Mon Sep 17 00:00:00 2001 From: Kamil Zabielski <50334623+limakzi@users.noreply.github.com> Date: Sat, 19 Apr 2025 22:58:15 +0200 Subject: [PATCH 2/3] fix: Use larger-runner in workflow_dispatch --- .github/workflows/main.yaml | 3 --- .github/workflows/worflow-dispatch-build.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d09c2ce..52e8357 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -37,7 +37,6 @@ jobs: echo 'versions=["4.14.0", "4.13.1", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT" build-bare: - runs-on: ubuntu-latest-8core needs: - define-matrix strategy: @@ -52,7 +51,6 @@ jobs: operating-system-base: ${{ matrix.operating-system-base }} build-slim: - runs-on: ubuntu-latest-8core needs: - define-matrix - build-bare @@ -68,7 +66,6 @@ jobs: operating-system-base: ${{ matrix.operating-system-base }} build-full: - runs-on: ubuntu-latest-8core needs: - define-matrix - build-bare diff --git a/.github/workflows/worflow-dispatch-build.yaml b/.github/workflows/worflow-dispatch-build.yaml index 726b507..74c245f 100644 --- a/.github/workflows/worflow-dispatch-build.yaml +++ b/.github/workflows/worflow-dispatch-build.yaml @@ -15,7 +15,7 @@ on: jobs: docker-image-build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-8core permissions: contents: read packages: write From 170e3ecb155303e8350bbb62fb117cfdf52eec72 Mon Sep 17 00:00:00 2001 From: Kamil Zabielski <50334623+limakzi@users.noreply.github.com> Date: Sat, 19 Apr 2025 23:03:06 +0200 Subject: [PATCH 3/3] fix: Really use larger-runner in workflow_dispatch --- .github/workflows/worflow-dispatch-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/worflow-dispatch-build.yaml b/.github/workflows/worflow-dispatch-build.yaml index 74c245f..de1bcc1 100644 --- a/.github/workflows/worflow-dispatch-build.yaml +++ b/.github/workflows/worflow-dispatch-build.yaml @@ -15,7 +15,7 @@ on: jobs: docker-image-build: - runs-on: ubuntu-latest-8core + runs-on: ubuntu-latest-8-cores permissions: contents: read packages: write