walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

Fix run-os in github workflow #1002

Open luzrain opened 5 months ago

luzrain commented 5 months ago

Just found out that the github actions file is probably configured incorrectly. It should probably to be run on ubuntu, macos and windows but it only runs on ubuntu in all cases.

The bad news is that the tests fail on macos and windows.

image