Getting Started

Start with FlyCI macOS runners

Start using FlyCI macOS runners is fairly easy. Here is a step-by-step guide:

  • Install the FlyCI app via GitHub.
  • Grant the FlyCI app access to the repositories you plan to use the FlyCI runners with.

Repository access can be further changed from your GitHub application settings 🔗.

Selecting repositories that FlyCI app will have access to
  • In your workflow, just change the current runner(s) with the FlyCI ones:
jobs:
  test:
    name: Make my build fast 🚀
    runs-on: flyci-macos-14-xlarge-m2
    steps: ....
jobs:
  test:
    name: Make my build fast 🚀
    runs-on: flyci-macos-14-xlarge-m2
    steps: ....

Start with FlyCI GitHub Actions Customer Support

To get advantage of our free community support, you can join our Discord server 🔗 and post your inquiry there.

To leverage FlyCI Professional Support for GitHub Actions, you can continue with our customer support packages. Read more about FlyCI professional customer support.