mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-02 15:12:45 +00:00
[build] Bump musllinux Python version to 3.14 (#14623)
Authored by: bashonly
This commit is contained in:
parent
a0bda3b786
commit
646904cd3a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -153,10 +153,12 @@ jobs:
|
||||
'os': 'musllinux',
|
||||
'arch': 'x86_64',
|
||||
'runner': 'ubuntu-24.04',
|
||||
'python_version': '3.14',
|
||||
}, {
|
||||
'os': 'musllinux',
|
||||
'arch': 'aarch64',
|
||||
'runner': 'ubuntu-24.04-arm',
|
||||
'python_version': '3.14',
|
||||
}],
|
||||
}
|
||||
INPUTS = json.loads(os.environ['INPUTS'])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user