ci: replace runners-privilegedescalation with ubuntu-latest
CI / lint (pull_request) Failing after 3s
CI / lint (pull_request) Failing after 3s
Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
b84b9cd248
commit
c085b899a4
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: runners-privilegedescalation
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user