From 4a74a2a745a7cde327992dde18c96283d767c8a2 Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Fri, 20 Mar 2026 01:28:00 +0000 Subject: [PATCH] ci: update runner label from local-ubuntu-latest 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. --- .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 -- 2.52.0