We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac2310 commit 00e60d5Copy full SHA for 00e60d5
1 file changed
.github/workflows/bake_targets.yml
@@ -39,7 +39,7 @@ jobs:
39
testbuild:
40
# Start by building images for testing. We want to run security checks before pushing those to production.
41
name: PostgreSQL ${{ inputs.postgresql_version }}
42
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest-16-cores
43
permissions:
44
contents: read
45
packages: write
@@ -130,7 +130,7 @@ jobs:
130
131
security:
132
name: Security checks
133
- runs-on: oracle-vm-16cpu-64gb-x86-64
134
135
136
packages: read
0 commit comments