From 7411c29f5d4f8492084bb17b3fb4c57cd942809a Mon Sep 17 00:00:00 2001 From: Vlad Lazar Date: Thu, 29 May 2025 12:53:36 +0200 Subject: [PATCH] wip: target bad runner --- .github/workflows/_build-and-test-locally.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build-and-test-locally.yml b/.github/workflows/_build-and-test-locally.yml index 663afa2c8b..0a5552f769 100644 --- a/.github/workflows/_build-and-test-locally.yml +++ b/.github/workflows/_build-and-test-locally.yml @@ -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