On 4/10/26 06:29, Thomas Munro wrote:
> On Fri, Apr 10, 2026 at 8:55 AM Andres Freund <andres@anarazel.de> wrote:
>> 4) CI tests as many operating systems as possible
>>
>> A lot of system just support linux, plenty support macos, some support
>> windows. Barely any support anything beyond that.
>
> Nested virtualisation to the rescue?
>
> https://github.com/cross-platform-actions/action
I used this to migrate our FreeBSD tests [1] and it worked out OK. The
only downside is it doesn't look like you can split out steps so all the
commands end up logged together.
Regards,
-David
[1]
https://github.com/pgbackrest/pgbackrest/blob/main/.github/workflows/test.yml#L148