Distributive-Network / PythonMonkey

A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://pythonmonkey.io
Other
855 stars 40 forks source link

CI: MAC OS 11 runners failing in test_event_loop #333

Closed philippedistributive closed 6 months ago

philippedistributive commented 7 months ago

Issue type

Bug

How did you install PythonMonkey?

None

OS platform and distribution

No response

Python version (python --version)

No response

PythonMonkey version (pip show pythonmonkey)

No response

Bug Description

Newly introduced MAC 11 runners in CI after removed our dependency on prebuilt uncrustify executables, which was preventing us from using mac11 runners

See for example https://github.com/Distributive-Network/PythonMonkey/actions/runs/8910394774/job/24469609120

Standalone code to reproduce the issue

No response

Relevant log output or backtrace

No response

Additional info if applicable

No response

What branch of PythonMonkey were you developing on? (If applicable)

No response

philippedistributive commented 7 months ago

This compatibility is not the highest priority

Xmader commented 6 months ago

According to https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories, the macos-11 runner has been deprecated and will no longer be available after 6/28/2024.