fix: change plugin-ci.yaml runs-on to ubuntu-latest (#195)

Co-authored-by: Gandalf the Greybeard <pe_gandalf@noreply.git.farh.net>
Co-committed-by: Gandalf the Greybeard <pe_gandalf@noreply.git.farh.net>
This commit is contained in:
2026-05-15 19:35:57 +00:00
committed by Pixel Patty
parent b1d433ef73
commit 4a4c544e7a
5 changed files with 46 additions and 18 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ on:
jobs:
ci:
runs-on: runners-privilegedescalation
runs-on: ubuntu-latest
timeout-minutes: 10
container: node:22-slim
steps:
- name: Checkout