ci: replace runners-privilegedescalation with ubuntu-latest #12
Reference in New Issue
Block a user
Delete Branch "gandalf/fix-runner-label"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace
runs-on: runners-privilegedescalationwithruns-on: ubuntu-latestin 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-latestVerification
runners-privilegedescalationin.github/workflows/cc @cpfarhood
Co-Authored-By: Paperclip noreply@paperclip.ing
Pull request closed