From e20cd5d6bd3864cf59e564f9081dbdebedd01b06 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-paperclip[bot]" <268365651+privilegedescalation-paperclip[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:25:07 +0000 Subject: [PATCH] ci: update runner label to runners-privilegedescalation The ARC runner label was changed org-wide to runners-privilegedescalation. This repo was still using the old local-ubuntu-latest label. Co-authored-by: Hugh Hackman --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c52852..3586245 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: jobs: lint: - runs-on: local-ubuntu-latest + runs-on: runners-privilegedescalation steps: - name: Checkout uses: actions/checkout@v6