From 547b68c06f2e0eee189138427d75dcb8a55ad858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Fri, 20 Feb 2026 15:37:22 +0100 Subject: [PATCH] ci: use larger runner to build and scan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .github/workflows/bake_targets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index ea3f7f9b..c6ba6673 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -39,7 +39,7 @@ jobs: testbuild: # Start by building images for testing. We want to run security checks before pushing those to production. name: PostgreSQL ${{ inputs.postgresql_version }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest-16-cores permissions: contents: read packages: write @@ -130,7 +130,7 @@ jobs: security: name: Security checks - runs-on: ubuntu-latest + runs-on: ubuntu-latest-4-cores permissions: contents: read packages: read