Update CI uv handling and runner changes

This commit is contained in:
Nick Sweeting
2026-03-23 13:27:23 -07:00
parent e1eb5693c9
commit 39450111dd
14 changed files with 73 additions and 146 deletions

View File

@@ -59,6 +59,9 @@ KNOWN_BINARIES = [
CANONICAL_BINARY_ALIASES = {
"youtube-dl": "yt-dlp",
"ytdlp": "yt-dlp",
"ripgrep": "rg",
"singlefile": "single-file",
"mercury-parser": "postlight-parser",
}