Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bake_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

security:
name: Security checks
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
permissions:
contents: read
packages: read
Expand Down