There currently is a GHA workflow to test tempdb artifacts across the three major platforms (windows, linux, osx).
Whilst sometimes flaky, generally, the windows and linux jobs work fine. The OSX job, however, dies (eg, see: https://github.com/fluffynuts/PeanutButter/actions/runs/17636667842/job/50114160380)
All these tests run fine on the one (old) mac I have (still an intel!). I have tried using the macos-latest-large image instead of macos-latest, seeing as how https://github.com/actions/runner-images doesn't annotate them with "arm64" (in an attempt to match architecture - perhaps that's why sqlite dlls aren't loading?), but that just ended in an error about billing (this is an opensource project - I don't pay for runners, so I'm not sure what that's about)
So I'm looking for someone to test on a modern mac, and perhaps figure out what's required to make the CI tests pass.
There currently is a GHA workflow to test tempdb artifacts across the three major platforms (windows, linux, osx).
Whilst sometimes flaky, generally, the windows and linux jobs work fine. The OSX job, however, dies (eg, see: https://github.com/fluffynuts/PeanutButter/actions/runs/17636667842/job/50114160380)
All these tests run fine on the one (old) mac I have (still an intel!). I have tried using the
macos-latest-largeimage instead ofmacos-latest, seeing as how https://github.com/actions/runner-images doesn't annotate them with "arm64" (in an attempt to match architecture - perhaps that's why sqlite dlls aren't loading?), but that just ended in an error about billing (this is an opensource project - I don't pay for runners, so I'm not sure what that's about)So I'm looking for someone to test on a modern mac, and perhaps figure out what's required to make the CI tests pass.