OS specific runner
Version updated for https://github.com/carlkidcrypto/os-specific-runner to version v2.2.0.
- This action is used across all versions by 7 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The os-specific-runner GitHub Action automates the execution of shell commands based on the operating system of the workflow runner, supporting all platforms identified by Node.js’s os.platform() API. It simplifies the process of writing OS-specific commands in CI/CD pipelines by dynamically detecting the runner’s platform and executing the appropriate command, providing flexibility and reducing the need for custom platform handling logic.
Release notes
What’s Changed
- Update README.md by @carlkidcrypto in https://github.com/carlkidcrypto/os-specific-runner/pull/42
- Bump @actions/core from 1.11.1 to 2.0.2 by @dependabot[bot] in https://github.com/carlkidcrypto/os-specific-runner/pull/49
- Bump @actions/core from 2.0.2 to 2.0.3 by @dependabot[bot] in https://github.com/carlkidcrypto/os-specific-runner/pull/51
- Bump @actions/exec from 1.1.1 to 3.0.0 by @dependabot[bot] in https://github.com/carlkidcrypto/os-specific-runner/pull/52
- Bump @actions/core from 2.0.3 to 3.0.0 by @dependabot[bot] in https://github.com/carlkidcrypto/os-specific-runner/pull/53
- Bump actions/checkout from 5.0.0 to 6.0.2 by @dependabot[bot] in https://github.com/carlkidcrypto/os-specific-runner/pull/50
- Fix Windows CI failure, add Codecov integration, bump version to 2.2.0 by @Copilot in https://github.com/carlkidcrypto/os-specific-runner/pull/54
- Add codecov.yml with PR comment configuration by @Copilot in https://github.com/carlkidcrypto/os-specific-runner/pull/55
- Agents by @carlkidcrypto in https://github.com/carlkidcrypto/os-specific-runner/pull/56
- Break status badge table into rows of 3 and add HOWTOAI.rst by @Copilot in https://github.com/carlkidcrypto/os-specific-runner/pull/57
- Scope unit and integration test workflows to relevant file paths by @Copilot in https://github.com/carlkidcrypto/os-specific-runner/pull/58
New Contributors
- @Copilot made their first contribution in https://github.com/carlkidcrypto/os-specific-runner/pull/54
Full Changelog: https://github.com/carlkidcrypto/os-specific-runner/compare/v2.1.3...v2.2.0