ci: only use the macOS runner if manually invoked
Right now, we only have a single machine with a single runner, so don't create a
bottleneck by default.
--- a/contrib/heptapod-ci.yml Tue Oct 08 18:59:44 2024 -0400
+++ b/contrib/heptapod-ci.yml Mon Oct 14 12:12:34 2024 -0400
@@ -183,5 +183,6 @@
macos:
<<: *test_c
+ when: manual # avoid overloading the CI by default
tags:
- macos