https://github.com/superfluid-finance/protocol-monorepo/actions/runs/12764563828/job/35577016885?pr=2048

Where this comes from:
https://github.com/graphprotocol/graph-tooling/blob/main/packages/cli/src/commands/test.ts#L230
apparently this graph code only works with Ubuntu 18, 20, 22 Linux distributions.
Our CI workflows use ubuntu-latest, which seems to have recently switched from 22.04 to 24.04.
Since the issue is known and apparently not highly prioritized, we shouldn't get blocked by it.
We should pin the runner image to a specific OS version in order to avoid this kind of breakage in the future.