Revert "CI: add rule "[ci macos]" to run all MacOS jobs"
Description
This reverts 2342adba from !2000 (merged) which added a [ci macos]
to run all MacOS jobs.
I'd implemented this by adding a rule to a low-level .macos-job
template which is then inherited by other jobs using extends
. Unfortunately I didn't realise GitLab rules can't be inherited, because rules
are given in a YAML array and you can use extends
to merge hashes but not arrays.
The current effect of 2342adba is to disable all the MacOS jobs, which obviously needs to be reverted.
For now anyone who wants to run MacOS jobs specifically can use [ci platform]
or [ci wheels]
.
API Changes and Justification
Backwards Compatible Changes
-
This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions -
This change adds new classes/functions/structs/types to a public C header file or Python module
Backwards Incompatible Changes
-
This change modifies an existing class/function/struct/type definition in a public C header file or Python module -
This change removes an existing class/function/struct/type from a public C header file or Python module
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
cc @duncanmmacleod @adam-mercer to approve.
cc @david-keitel FYI as you'd requested the MacOS tag.