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

feat: switch to Github managed M1 runners that are in beta now #13

Merged
merged 5 commits into from
Oct 6, 2023

Conversation

ansgarm
Copy link

@ansgarm ansgarm commented Oct 6, 2023

@ansgarm ansgarm requested a review from a team as a code owner October 6, 2023 09:20
@ansgarm ansgarm requested review from mutahhir and DanielMSchmidt and removed request for a team October 6, 2023 09:20
@ansgarm ansgarm force-pushed the switch-to-gh-managed-m1 branch from c42be9b to 79a52a0 Compare October 6, 2023 09:21
@ansgarm
Copy link
Author

ansgarm commented Oct 6, 2023

Here's a dry-run that I triggered for this branch: https://github.com/cdktf/node-pty-prebuilt-multiarch/actions/runs/6429875324

@ansgarm ansgarm merged commit f071c57 into prebuilt-multiarch Oct 6, 2023
12 checks passed
@ansgarm ansgarm deleted the switch-to-gh-managed-m1 branch October 6, 2023 12:37
shahardra

This comment was marked as spam.

@radeva
Copy link

radeva commented Jan 18, 2024

@ansgarm @mutahhir In case you need some free usage of M1 runners, 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

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

Successfully merging this pull request may close these issues.

4 participants