1 Commits

Author SHA1 Message Date
Chris Farhood c085b899a4 ci: replace runners-privilegedescalation with ubuntu-latest
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>
2026-05-20 14:35:52 +00:00
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
lint:
runs-on: runners-privilegedescalation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6