# HG changeset patch # User Matt Harbison # Date 1728922354 14400 # Node ID f9f41b3dcb6475c79c7078ad8475fca7639ef5e3 # Parent 941141c2c47530125812dbb232f4d83d688ab05d 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. diff -r 941141c2c475 -r f9f41b3dcb64 contrib/heptapod-ci.yml --- 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