w3c / aria-at-automation-driver

A WebSocket server which allows clients to observe the text enunciated by a screen reader and to simulate user input
Other
10 stars 6 forks source link

Support macOS 14 #55

Closed jugglinmike closed 5 months ago

jugglinmike commented 5 months ago

macOS version 14 removed the /usr/local/var/ directory. /run/ and /var/run/ are defined by the Filesystem Hierarchy Standard for the purpose of UNIX-domain sockets ^1. However, macOS 14 does not include /run/, and /var/run/ is not world-writable on that platform. In order to support macOS 14, use the /tmp/ directory, instead. Extend the configuration of the project's continuous integration environment to include macOS 14.

jugglinmike commented 5 months ago

Looks like this needs some work--the tests fail in CI but not my development machine. I'm on the case.

jugglinmike commented 5 months ago

This is ready for review, now!