mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
GitHub Actions has updated ubuntu-latest to 24.04, which now defaults CPython to 3.12, which has a known regression with settrace. Fix that by explicitly using CPython 3.11. Signed-off-by: Damien George <damien@micropython.org>