Announcing: macOS support for free plans is here!

We are excited to announce that access to our macOS executor is now available on our free plan! Apple developers can now start building apps for iOS, macOS, tvOS, or watchOS devices, regardless of which plan they’re on. Customers on our free plan can use the macOS medium resource class, with 1x concurrency. Additionally, open source projects will no longer need to request access to the macOS executor.

Our platform provides isolated Mac virtual machines to ensure reliable, repeatable builds every time a job is run. We also support multiple Xcode versions so your builds can run on the version your application needs.

Check out our documentation to get started!!

4 Likes

Hi, I was trying several times and i am still not able to enable macos target for my free plan.

build-mac-gcc:
    macos:
      xcode: 12.5.1
    resource_class: medium
    steps:
      - checkout
      - run: chmod u+x install_dependencies.sh && ./install_dependencies.sh
      - run: chmod u+x run_tests.sh && ./run_tests.sh

Any help?