GitHub actions in `test.yaml` does not pass for macos os. Logic to skip macos and just run ubuntu is added [here](https://github.com/stratum-mining/stratum/blob/2e86f16ed247a59152bec891aa108a032db3c08d/.github/workflows/test.yaml#L58) in #241. Failing action logs for macos is found [here](https://github.com/stratum-mining/stratum/actions/runs/3100871170/jobs/5021625554). I wonder if [changing the toolchain to `nightly` in the `test.yaml` ](https://github.com/stratum-mining/stratum/blob/143e1aa3be51d912aa8595eaab04e241b1c0d38a/.github/workflows/test.yaml#L30)caused this problem?
GitHub actions in
test.yamldoes not pass for macos os.Logic to skip macos and just run ubuntu is added here in #241.
Failing action logs for macos is found here.
I wonder if changing the toolchain to
nightlyin thetest.yamlcaused this problem?