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

support Apple M1/M2 architecture in pygeodiff #199

Closed
PeterPetrik opened this issue Feb 10, 2023 · 4 comments · Fixed by #211
Closed

support Apple M1/M2 architecture in pygeodiff #199

PeterPetrik opened this issue Feb 10, 2023 · 4 comments · Fixed by #211
Assignees
Labels
enhancement New feature or request infrastructure Related to project infrastructure (continuous integration, build system) pygeodiff

Comments

@PeterPetrik
Copy link
Contributor

This one is blocked by actions/runner-images#2187

related to MerginMaps/python-api-client#164

@PeterPetrik PeterPetrik added enhancement New feature or request pygeodiff infrastructure Related to project infrastructure (continuous integration, build system) BLOCKED labels Feb 10, 2023
@wonder-sk
Copy link
Contributor

🎉 Since last week, github actions have beta support for Apple Silicon: actions/runner-images#8439

@wonder-sk wonder-sk removed the BLOCKED label Oct 12, 2023
@PeterPetrik
Copy link
Contributor Author

If I understand it correctly it is available only on non-public large runnings, intended for open-source in early '24

@kgantchev
Copy link

Hi all,

You can use the FlyCI's M1 and M2 runners. Our runners are on average 2x faster and 2x cheaper than GitHub's.

Install Instructrions

Easily replace your M1 runners:

jobs:
 ci:
-    runs-on: macos-latest
+    runs-on: flyci-macos-large-latest-m1
   steps:
   - name: 👀 Checkout repo
     uses: actions/checkout@v4

Or try the M2 runners:

jobs:
  ci:
-    runs-on: macos-latest
+    runs-on: flyci-macos-large-latest-m2
    steps:
      - name: 👀 Checkout repo
        uses: actions/checkout@v4

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 -

500 mins/month Free for Public Repos

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

Best Regards,
Kiril Gantchev
CEO and co-founder of FlyCI

@PeterPetrik PeterPetrik self-assigned this May 9, 2024
@PeterPetrik
Copy link
Contributor Author

macOS-14 now supports arm64 architecture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure Related to project infrastructure (continuous integration, build system) pygeodiff
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants