Fixed workflow run by changing Ubuntu version from `22.04.2` to `22.04`. But, now Meson reports this error: ``` meson.build:440:9: ERROR: Object <[IntegerHolder] holds [int]: 1> of type int does not support the `bool()` operator. ```
So it appears meson version somewhere newer than `0.61.2` is required.