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