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

Replace CircleCI x86 machines with M1 #3845

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshdholtz
Copy link
Contributor

Motivation

CircleCI removed macos.x86.medium.gen2

Description

Replace macos.x86.medium.gen2 with macos.m1.medium.gen1

@joshdholtz joshdholtz added the ci Changes to our CI configuration files and scripts label Apr 24, 2024
@joshdholtz joshdholtz requested a review from a team April 24, 2024 20:53
@joshdholtz joshdholtz changed the title Replace CircleCI x86 machines with m1 Replace CircleCI x86 machines with M1 Apr 24, 2024
@RevenueCat-Danger-Bot
Copy link

1 Message
📖 Size increase: 0.00 KB

Generated by 🚫 Danger

@@ -785,7 +785,7 @@ jobs:
release-checks:
<<: *base-job
# Fix-me: Carthage can't build fat frameworks on Apple Silicon. See https://github.com/RevenueCat/purchases-ios/pull/3582
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove all these comments if it works (I imagine we might need to do some changes?)

@@ -582,7 +582,7 @@ jobs:
run-test-ios-15:
<<: *base-job
# Fix-me: running on M1 makes these tests crash
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
Copy link
Contributor

@vegaro vegaro Apr 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already the resource_class in the base-job so I think we can just remove this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to our CI configuration files and scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants