Skip to content

Conversation

@pastelmind
Copy link
Contributor

@pastelmind pastelmind commented Mar 5, 2020

This commit fixes a faulty Workflow example in the README, which may confuse users. The current example actually runs all jobs under ubuntu-latest, because matrix.os is not being used by the runs-on field.

When running a job under multiple OSes, the runs-on field must use the matrix.os context property, as described in this official documentation for a multi-OS build matrix.

Copy link

@madhurig madhurig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution

@madhurig madhurig merged commit ebe4d7e into actions:master Mar 5, 2020
tdfacer pushed a commit to ifit/setup-python that referenced this pull request Oct 7, 2025
Fix cross-platform build matrix example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants