That’s quite old, is that the latest release that works?
I’ve not tried anything newer that Dec 24 (which didn’t work), other than the latest few (which also didn’t work for me). I can try to pick a few from this year to try in a bit
1 Like
do a “binary search” where yiu take one in the middle, if it works you continue same logic in the newer half, if it fails in the older half.
much faster than going through every single build
1 Like