From 3a575e5848ca32476524390b11abab963c7858ff 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:36 +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 bbfd03d..d0026a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ permissions: jobs: ci: - runs-on: ubuntu-latest + runs-on: runners-privilegedescalation timeout-minutes: 10 container: node:22-slim