Skip to content

Commit 00e60d5

Browse files
committed
DELETE runner
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
1 parent dac2310 commit 00e60d5

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: oracle-vm-16cpu-64gb-x86-64
133+
runs-on: ubuntu-latest-16-cores
134134
permissions:
135135
contents: read
136136
packages: read

0 commit comments

Comments
 (0)