SerenityOS build: Thursday, May 09
Images 💾⌗
- serenity-x86_64-20240509-a447b9b.img.gz (Raw image, 219.85 MiB)
Last commit ⭐⌗
commit a447b9bffd2d0740816c399f3a1f3cc1745c6686
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Wed May 8 11:44:41 2024 -0400
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Wed May 8 14:46:39 2024 -0600
CI: Explicitly enable audio access on macOS 14
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.
Other builds