Any technical reason some of our actions are on ub...
# development
w
Any technical reason some of our actions are on ubuntu 22.04?
h
As opposed to?
w
24?
ubuntu-latest ubuntu-2404
https://github.com/actions/runner-images/pull/13194/files Though as I look at it, they recently reverted an update on it - so something is sketch - something about some Azure kernel thing
h
I don't think there's a reason, if it works on latest we could go for that
w
I'll wait until they fix their NodeJS debacle
c
I could be missing some rust magic somewhere, but isn't glibc only forwards compatible? That is if we link against glibc 2.X, then all users of Pants must be on >=2.x (Like manylinux)
w
Ah right, I guess we're not statically linking musl or something are we. Hmm... This feels like the kinda thing we should be reliant on cargo cross/zigbuild for. Lot more precise, and a bit more OS independent