Skip to content

Commit 3fa182b

Browse files
authored
ci: use larger runners to build and scan (#397)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent e144e72 commit 3fa182b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
testbuild:
4040
# Start by building images for testing. We want to run security checks before pushing those to production.
4141
name: PostgreSQL ${{ inputs.postgresql_version }}
42-
runs-on: ubuntu-24.04
42+
runs-on: ubuntu-latest-16-cores
4343
permissions:
4444
contents: read
4545
packages: write
@@ -130,7 +130,7 @@ jobs:
130130
131131
security:
132132
name: Security checks
133-
runs-on: ubuntu-latest
133+
runs-on: ubuntu-latest-4-cores
134134
permissions:
135135
contents: read
136136
packages: read

0 commit comments

Comments
 (0)