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.
This commit is contained in:
2026-03-20 01:28:00 +00:00
parent 6784eb8296
commit 4a74a2a745
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
lint:
runs-on: local-ubuntu-latest
runs-on: runners-privilegedescalation
steps:
- name: Checkout
uses: actions/checkout@v6