From 834d38870324884d046c4b77decd2a6b25380f3e Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard <9+pe_gandalf@noreply.git.farh.net> Date: Wed, 17 Jun 2026 04:35:46 +0000 Subject: [PATCH] fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825) --- .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 056e122..6f07ebe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: runners-privilegedescalation steps: - name: Checkout uses: actions/checkout@v6