From 7f1c47ac7bec4c5007761296b0171ba1ac28609f Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 12:06:08 +0200 Subject: [PATCH] ci: standardize runs-on to ebpro-org --- .github/workflows/ci-baremetal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-baremetal.yml b/.github/workflows/ci-baremetal.yml index 1a10496..a0f46ea 100644 --- a/.github/workflows/ci-baremetal.yml +++ b/.github/workflows/ci-baremetal.yml @@ -15,7 +15,7 @@ concurrency: jobs: docker: - runs-on: [self-hosted, multiarch] + runs-on: ebpro-org steps: - name: Checkout uses: actions/checkout@v3