New pricing and breaking changes! #933
Replies: 5 comments 8 replies
-
So basically if I'm paying and I haven't specified |
Beta Was this translation helpful? Give feedback.
-
I only use the build UI so I don't have a build yaml. I changed to m1 in my build settings and built again. It took the same time as before. The build summary says "Machine: Mac Pro", build ID: 632cd35c3dad27b532d926fd ... Am I missing something? |
Beta Was this translation helpful? Give feedback.
-
I can only see macOS M1 Standard VM in the workflow, and it seems since adding a billing account details (ie upgrading to pay as I go), I don't get 500 free M1 mins, so maybe I should downgrade back again. Are you supposed to still get 500 mins free even if you're enabled for billing? |
Beta Was this translation helpful? Give feedback.
-
Hi @mikhail-tokarev, after setting instance type from - name: Build ionic app
script: |
ionic cap build android --configuration production Failed build: 63638b8db83454e5368c79ca |
Beta Was this translation helpful? Give feedback.
-
I did not used the code magic free minutes more then 6 minutes but I'm getting this issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of September 12, 2022, our default machine type will be Mac mini M1 instead of the Intel-based Mac mini. This change comes together with the release of our new Pay as you go plan that lowers the price for M1 machines by half and introduces a $299/month cap for unlimited build minutes, read more about it here.
As a result, you should be aware of the following changes:
If you haven’t specified an instance type in your codemagic.yaml, your builds will run on Mac mini M1 starting from September 12. Personal accounts will have 500 free M1 minutes every month.
All Mac mini M1 have Xcode 13.3.1 and later available. To use an older version of Xcode, switch to an Intel-based macOS machine (
mac_mini
ormac_pro
instance type).The current version of Apple M1 virtualization does not support Android emulator or Docker containers. If your build requires Android emulator or Docker, change your workflow to run on an Intel-based macOS, Linux or a Windows machine.
To keep using Intel-based Mac mini, set
instance_type
tomac_mini
. As the old Mac mini machines are being discontinued, we no longer provide a free access tomac_mini
instance type starting from September 12.Beta Was this translation helpful? Give feedback.
All reactions