ci: replace runners-privilegedescalation with ubuntu-latest #12

Closed
Gandalf the Greybeard wants to merge 1 commits from gandalf/fix-runner-label into main
Member

Summary

Replace runs-on: runners-privilegedescalation with runs-on: ubuntu-latest in CI workflow.

Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label.

Changes

  • .github/workflows/ci.yaml: line 11 - runners-privilegedescalationubuntu-latest

Verification

  • Zero occurrences of runners-privilegedescalation in .github/workflows/
  • CI should pass on ubuntu-latest

cc @cpfarhood

Co-Authored-By: Paperclip noreply@paperclip.ing

## Summary Replace `runs-on: runners-privilegedescalation` with `runs-on: ubuntu-latest` in CI workflow. Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label. ## Changes - `.github/workflows/ci.yaml`: line 11 - `runners-privilegedescalation` → `ubuntu-latest` ## Verification - Zero occurrences of `runners-privilegedescalation` in `.github/workflows/` - CI should pass on ubuntu-latest cc @cpfarhood Co-Authored-By: Paperclip <noreply@paperclip.ing>
Gandalf the Greybeard added 1 commit 2026-05-20 14:36:51 +00:00
Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Some checks are pending
CI / lint (pull_request) Failing after 3s
CI / ci (pull_request)
Required
Promotion Gate / Promotion Gate (pull_request)
Required

Pull request closed

Sign in to join this conversation.