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:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: local-ubuntu-latest
|
||||
runs-on: runners-privilegedescalation
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user