Skip to content

CI: temporarily disable (comment) all macOS jobs until we get a new build node

Riccardo Maria Bianchi requested to merge ci-disable-macos into main

Our macOS build node is very old, which causes a bunch of issues:

  • it is hard to maintain: the latest macOS releases cannot be installed on it
  • and, because of that, no brew pre-compiled 'bottles' can be installed (brew bottles are usually built for the two latest macOS releases), which causes that all packages have to be compiled from the sources.

For the moment, until we get a new macOS build node, we comment out all macOS jobs from the CI configuration.


This MR addresses issue #99

Cc: @tsulaia and @boudreau

Edited by Riccardo Maria Bianchi

Merge request reports