Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run CI on macOS runners as well #16

Open
hikalium opened this issue Jan 7, 2024 · 1 comment
Open

Run CI on macOS runners as well #16

hikalium opened this issue Jan 7, 2024 · 1 comment
Labels
P3 Future work

Comments

@hikalium
Copy link
Owner

hikalium commented Jan 7, 2024

No description provided.

@hikalium hikalium added enhancement P3 Future work and removed enhancement labels Jan 7, 2024
@kgantchev
Copy link

@hikalium Hi, I'm the CEO and co-founder of FlyCI. You can try the FlyCI's M1 and M2 runners which are on average about 2x faster and 2x cheaper than GitHub's runners. We offer a free tier of 500 mins/month on the M1 runner. If you're looking for more performance, then definitely try our xlarge M1 and M2 runners.

Pricing

Processor vCPU RAM (GB) Storage Label Price on FlyCI Price on GitHub
M1 4 7 28 GB flyci-macos-large-latest-m1 $0.06 -
M1 8 14 28 GB flyci-macos-xlarge-latest-m1 $0.12 $0.16
M2 4 7 28 GB flyci-macos-large-latest-m2 $0.08 -
M2 8 14 28 GB flyci-macos-xlarge-latest-m2 $0.16 -

Guide for Implementation

  1. Install the FlyCI GitHub app.
  2. Modify the runs-on directive in workflow files as demonstrated in this PR.
  3. Enjoy enhanced efficiency in CI builds with the integration of FlyCI's MacOS runners.
jobs:
 ci:
-    runs-on: macos-latest
+    runs-on: flyci-macos-large-latest-m1
   steps:
   - name: 👀 Checkout repo
     uses: actions/checkout@v4

We'll be very happy to have you on board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Future work
Projects
None yet
Development

No branches or pull requests

2 participants