kyle-n / HighlightedTextEditor

A SwiftUI view for dynamically highlighting user input
MIT License
726 stars 69 forks source link

[Announcement] GitHub Actions is preventing CI builds #31

Closed kyle-n closed 3 years ago

kyle-n commented 3 years ago

As you may have seen, Continuous Integration builds are failing, even for branches that have previously passed. GitHub engineers have said macOS 11 hosts are having issues.

The recommended fix is to use macOS 10.15. Unfortunately, HighlightedTextEditor's test suite uses macOS 11-only SwiftUI features.

The plan is to continue working on bug fixes and new features for HLTE but save merges until GitHub has fixed the environment and we can run the CI again. If GitHub takes an unreasonable amount of time to fix it, I'll look into changing the test suite.

kyle-n commented 3 years ago

CI infrastructure has been moved to Catalina and is working again.