From c085b899a4f2c58cdc96949c6f9d1bff0aff44ef Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 20 May 2026 14:35:52 +0000 Subject: [PATCH] ci: replace runners-privilegedescalation with ubuntu-latest Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label. Co-Authored-By: Paperclip --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3586245..209757a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: jobs: lint: - runs-on: runners-privilegedescalation + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v6 -- 2.52.0