diff options
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 222eb88..510c120 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -28,6 +28,11 @@ freebsd_14_task: - make - make regress +# +# There are some issues with imsg fd passing on macos at the moment that +# seem to be triggered only in applications that do a heavy use of them, +# like gmid or opensmtpd. Still, keep macos to ensure gmid builds here. +# mac_task: macos_instance: image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest |