alexcrichton requested fitzgen for a review on PR #9755.
alexcrichton requested wasmtime-default-reviewers for a review on PR #9755.
alexcrichton opened PR #9755 from alexcrichton:use-runner-os
to bytecodealliance:main
:
Instead of using
matrix.os
which can change over time as images change instead userunner.os
to both name jobs and have conditions on jobs. This couples it more closely to what's intended, the choice of OS, rather than image version.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton updated PR #9755.
alexcrichton commented on PR #9755:
Ok so surprise to me but apparently you can't use
runner.os
in the name of a job
fitzgen submitted PR review.
alexcrichton merged PR #9755.
Last updated: Dec 23 2024 at 12:05 UTC