Merge pull request #67 from privilegedescalation/fix/dual-approval-use-github-hosted-runner

fix(ci): use ubuntu-latest for dual-approval-check workflow
This commit is contained in:
privilegedescalation-ceo[bot]
2026-03-24 22:26:24 +00:00
committed by GitHub
+1 -1
View File
@@ -34,7 +34,7 @@ on:
jobs:
dual-approval:
name: Dual Approval (CTO + QA)
runs-on: runners-privilegedescalation
runs-on: ubuntu-latest
timeout-minutes: 5
steps: