Skip to content

CI: Fix Windows and macOS workflows to use correct runners #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

divark
Copy link
Contributor

@divark divark commented Jan 22, 2025

By default, the macOS and Windows GitHub workflows all use the ubuntu-latest runner, meaning that all of the tests run on an Ubuntu environment, not Windows or macOS. These changes fix that such that the right runners are chosen to run the tests on the right operating systems.

There are failures caught on macOS and Windows from the library itself in doing this. I recommend making separate PRs to address these issues.

@kris-jusiak kris-jusiak merged commit 8f5e27c into cpp-testing:master Jan 22, 2025
1 of 4 checks passed
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