mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.39k stars 433 forks source link

Update workflows; github dropped macOS 10-15 #2416

Closed haikusw closed 1 year ago

haikusw commented 1 year ago

See if this gets macOS tests running again

haikusw commented 1 year ago

Test PiOS buster-2021-05-28 seems to have the same issue I've seen before with buster-legacy as well: trouble communicating via ssh. Log says:

2023/05/05 17:52:01 ssh: handshake failed: read tcp 172.18.0.3:55652->172.18.0.2:5022: read: connection reset by peer

Doesn't seem to be anything related to our code. Seems to be an intermittent failure since I've seen it succeed sometimes.

haikusw commented 1 year ago

Carl got this taken care of already