Skip to content

Commit

Permalink
chore: change to internal EDB runners
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd committed Oct 1, 2024
1 parent 74bc5bc commit ba5e22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: generate-jobs
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
name: ${{ matrix.name }}
runs-on: ubuntu-22.04
runs-on: ["edb", "2xlarge"]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit ba5e22e

Please sign in to comment.