mac os 执行 brew install tbb@2020 报错“Error: tbb@2020 has been disabled because it is not supported upstream!”
解决步骤:
1. brew edit tbb@2020;
2. 注释掉:“disable! date: "2023-02-07", because: :unsupported”;
3. 退出编辑器并保存;
4. 执行 HOMEBREW_NO_INSTALL_FROM_API=1 brew install tbb@2020
