mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-28 23:44:17 +00:00
On the macOS 14 runners on GitHub actions, attempting to play audio (by way of AudioOutputUnitStart) will open a pop-up asking for microphone permission. This prevents any calling test to hang until they error out with MACH_SEND_TIMED_OUT. This works around the issue by explicitly enabling microphone access to all applications.