qsv -U fails on Intel Mac #3145
Answered
by
jqnatividad
ondohotola
asked this question in
Q&A
|
I get this error Do you still produce binaries for Intel (mac Os 12.7.6)? |
Answered by
jqnatividad
Dec 1, 2025
Replies: 2 comments 3 replies
|
I'm afraid qsv no longer publishes macOS on Intel prebuilts as Rust itself has demoted it to Tier 2 support. https://blog.rust-lang.org/2025/08/19/demoting-x86-64-apple-darwin-to-tier-2-with-host-tools/ In addition, GitHub has retired its macOS Intel Action Runners which is needed for the tests and publishing workflows. https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ You can still compile from source however. |
2 replies
Answer selected by
jqnatividad
|
Could you perhaps post a short howto, for us elderly :-)-O?
el
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm afraid qsv no longer publishes macOS on Intel prebuilts as Rust itself has demoted it to Tier 2 support.
https://blog.rust-lang.org/2025/08/19/demoting-x86-64-apple-darwin-to-tier-2-with-host-tools/
In addition, GitHub has retired its macOS Intel Action Runners which is needed for the tests and publishing workflows.
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
You can still compile from source however.