Availability of Windows and macOS CI runners on gitlab.gnome.org

Hi! I am working on an open source project hosted on gitlab.gnome.org and I would like to extend our CI pipeline to automatically build packages for Windows and macOS.

Does gitlab.gnome.org provide shared CI runners for Windows and macOS? And if so, do they support both x86 and ARM architectures for each platform?

If this is not available, is there any recommended solution to achieve this?

Thank you!

We do have one MacOS runner (arm64 arch) sponsored by MacStadium, when it comes to Windows, we have one instance runner (win32, which should in theory cover both 32-bit and 64-bit), the tags you want to use to trigger builds in these runners are: win32-ps and macos.

1 Like