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.
This commit is contained in:
2026-03-19 21:32:02 +00:00
parent 37af076456
commit fd4d6e0540
+1 -1
View File
@@ -13,7 +13,7 @@ env:
jobs:
e2e:
runs-on: local-ubuntu-latest
runs-on: runners-privilegedescalation
timeout-minutes: 15
steps: