Conversation
There was a problem hiding this comment.
Pull request overview
This pull request activates an Intel-based macOS runner in the CI workflow to complement the existing ARM64 (Apple Silicon) testing infrastructure.
Key changes:
- Adds
macos-15-intelrunner to test both Intel and ARM64 macOS architectures - Enables comprehensive testing across different CPU architectures on macOS
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Removed Intel architecture warning for macOS.
|
Instead of removing warnings we can filter them out https://github.com/con/duct/blob/main/tox.ini#L61-L64 Note there might be 2 warnings soon #363 |
|
I was hoping maybe there was no longer performance issues to warn about But indeed seems flakier than arm64 still: https://github.com/con/duct/actions/runs/20858590518/job/59931985067?pr=364 |
|
Well, CI feels better - but I'm guessing this still means performance is degraded compared to arm/linux - do you still want to keep the warning in that case? |
|
For the sigint failures, its startup time, which i dont think needs a warning. If it has problems collecting samples though, I think a warning would be nice. For now, I think lets drop the warning, and put it back in if necessary. We can also drop strtobool so I'll close #363 |
Removed unused boolean conversion function and sets.
|
🚀 PR was released in |
Fixes #362
Fingers crossed