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

Enable Apple Silicon CI runner #441

Closed
wants to merge 1 commit into from

Conversation

michalk8
Copy link
Collaborator

@michalk8 michalk8 commented Oct 2, 2023

No description provided.

@michalk8 michalk8 added enhancement New feature or request misc labels Oct 2, 2023
@michalk8 michalk8 self-assigned this Oct 2, 2023
@michalk8
Copy link
Collaborator Author

michalk8 commented Oct 2, 2023

no free tier yet: actions/runner-images#8439 (comment)

@michalk8 michalk8 closed this Oct 2, 2023
@michalk8 michalk8 deleted the feature/apple-silicon-ci-runner branch November 7, 2023 19:11
@radeva
Copy link

radeva commented Jan 18, 2024

Hi @michalk8 ,

You can try FlyCI's M1 and M2 runners. They are on average 2x faster and 2x cheaper than GitHub's AND we have a free tier for OSS projects (see below).

Install Instructions

  1. Install FlyCI app and
  2. Easily replace one line of code and start using FlyCI runners:
jobs:
 ci:
-    runs-on: macos-latest
+    runs-on: flyci-macos-large-latest-m1
   steps:
   - name: 👀 Checkout repo
     uses: actions/checkout@v4

500 mins/month Free for Public Repos

Since your repo is public, FlyCI offers 500 mins/month of free M1 runner usage with the flyci-macos-large-latest-m1 runner for public projects.

Don't hesitate to contact us in case the free tier doesn't suit your needs or you experience any issues with the runners. Our team is here to support you!

Best Regards,
Veselina Radeva
Product Manager at FlyCI

@michalk8 michalk8 mentioned this pull request Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request misc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants