From fd4d6e054039517ec20fa5d57574caa66056f19c Mon Sep 17 00:00:00 2001 From: Hugh Hackman Date: Thu, 19 Mar 2026 21:32:02 +0000 Subject: [PATCH] fix: update e2e runner label to runners-privilegedescalation ARC runner scale set label changed from local-ubuntu-latest to runners-privilegedescalation. The shared workflows were updated in .github PR #28 but this per-repo e2e workflow was missed. --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 373b37e..a9f1841 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -13,7 +13,7 @@ env: jobs: e2e: - runs-on: local-ubuntu-latest + runs-on: runners-privilegedescalation timeout-minutes: 15 steps: -- 2.52.0