Using GitLab CI with our recommended setup for Castle Game Engine projects: note that GitLab-hosted runners changed tags

Posted on

GitLab CI

A small note (bigger news will come this weekend 🙂 ): If you use GitLab CI, following our recommended setup, and rely on GitLab-hosted runners (available for free for all projects), be sure to update your tags to use new runners:

  • For Linux runner, use saas-linux-small-amd64 instead of just linux. More possibilities and info in Hosted runners on Linux GitLab docs.

  • For Windows runner, use saas-windows-medium-amd64 instead of just windows. More info in Hosted runners on Windows GitLab docs.

Our Test GitLab CI and Castle Game Engine project has been updated with this change, see latest .gitlab-ci.yml.

Start the discussion at Castle Game Engine Forum