We need to add a deprecation warning in main and v1 (MacOS only) to prompt consumers to adopt v2 (Linux only) to free up main for continued development.
Main is currently blocked because v2 is incompatible and many NF and OZ workflow templates are pinned for the purpose of surfacing issues with the magic zero alpha release that became v1, and therefore we can't merge v2 to main right away because it would immediately break those actions (again 😅).
Alternatively, we could create a new trunk branch and orphan "main" as an alias of v1. I've created development branch "linux-runner" as a workaround and temporary trunk.
After a period of deprecation it will be fine to merge the breaking changes to main.
We need to add a deprecation warning in main and v1 (MacOS only) to prompt consumers to adopt v2 (Linux only) to free up main for continued development.
Main is currently blocked because v2 is incompatible and many NF and OZ workflow templates are pinned for the purpose of surfacing issues with the magic zero alpha release that became v1, and therefore we can't merge v2 to main right away because it would immediately break those actions (again 😅).
Alternatively, we could create a new trunk branch and orphan "main" as an alias of v1. I've created development branch "linux-runner" as a workaround and temporary trunk.
After a period of deprecation it will be fine to merge the breaking changes to main.