Project

General

Profile

« Previous | Next » 

Revision 92ad520a

Added by nobu (Nobuyoshi Nakada) over 3 years ago

Merge macOS CIs to reduce concurrency

On GitHub Actions, the macOS runners seem much more expensive than
Ubuntu, and its limit is the most significant bottlenecks for our
CIs. As the "check" tasks usually finish 3 or 4 times faster than
"test-bundler-parallel", it will be balanced by running all three
"check" tasks sequentially.