We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e144e72 commit 3fa182bCopy full SHA for 3fa182b
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: ubuntu-latest
+ runs-on: ubuntu-latest-4-cores
134
135
136
packages: read
0 commit comments