fix(CI): replace runners-privilegedescalation with ubuntu-latest
Updates all workflow files and actionlint config to use ubuntu-latest instead of the deprecated runners-privilegedescalation self-hosted runner. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
bc728a753a
commit
f4e8472cb3
@@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: runners-privilegedescalation
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user