shingarov / MachineArithmetic

A mathematical foundation for Smalltalk-25
MIT License
17 stars 6 forks source link

CI: disable Windows for schedule builds #358

Closed janvrany closed 1 month ago

janvrany commented 1 month ago

This commit removes CI checks for Windows even for scheduled builds. These builds were consistently failing and are hard to debug as one does not have an access to the build node itself.

At the moment nobody is using MA on Windows. Once somebody active shows up we may fix Windows again.

Implementation note: I could have just as well removed all that scheduled: and exclude: config from build matrix, but I decided to keep it there in case we will want to enable Windows again in the future.