astrogilda / tsbootstrap

tsbootstrap: generate bootstrapped time series samples in Python
https://tsbootstrap.readthedocs.io/en/latest/
MIT License
65 stars 5 forks source link

changed macos-latest to macos-13 #146

Closed astrogilda closed 2 months ago

astrogilda commented 2 months ago

This PR moves Mac based GHA runners consistently to macos-13.

macos-latest is failing with python 3.8 and 3.9 recently, and macos-14 = macos-latest has half the memory of macos-13.

Solution inspired by https://github.com/sktime/sktime/pull/6328, https://github.com/sktime/skpro/actions/runs/8804926621, and private conversation with @fkiraly