mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-03 05:20:38 +00:00
wip: target bad runner
This commit is contained in:
@@ -52,7 +52,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build-neon:
|
||||
runs-on: ${{ fromJSON(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'large-arm64' || 'large')) }}
|
||||
runs-on: ${{ fromJSON(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'large-arm64' || 'large-debug-seccomp')) }}
|
||||
permissions:
|
||||
id-token: write # aws-actions/configure-aws-credentials
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user