radeva commented on issue #337:
URL: https://github.com/apache/maven-mvnd/issues/337#issuecomment-1898412128

   @ppalaga You can try [FlyCI](https://www.flyci.net/)'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](https://github.com/apps/flyci-prod) and 
   2. Easily replace one line of code and start using FlyCI runners:
   
   ```diff
   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](https://flyci.net/)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to