• Show log

    Commit

  • Hash : 75888f27
    Author : Edward Thomson
    Date : 2021-01-15T10:29:05

    ci: don't use ninja on macOS
    
    Ninja is not installed by default on the macOS machines; stop trying to
    use it.  Instead use `make -j` which should be roughly equivalent in
    performance but supported everywhere.