thelang-io / the

The Programming Language
https://thelang.io
Apache License 2.0
44 stars 0 forks source link

Test Apple Silicon #97

Open delasy opened 1 year ago

delasy commented 1 year ago

https://github.com/actions/runner-images/issues/8439

delasy commented 11 months ago

https://github.com/github/roadmap/issues/819

radeva commented 10 months ago

@delasy 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