pub const RUNNER_OS: &str = "RUNNER_OS";
The operating system of the runner executing the job. Possible values are Linux, Windows, or macOS. For example, Windows
Linux
Windows
macOS