Skip to content

Commit

Permalink
CircleCI: changed all jobs to M1
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Jan 12, 2024
1 parent 63c8445 commit 413840d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
orbs:
macos: circleci/macos@2.0.1
slack: circleci/slack@4.10.1
codecov: codecov/codecov@3.3.0

version: 2.1

Expand All @@ -19,7 +18,7 @@ parameters:

aliases:
base-job: &base-job
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
macos:
xcode: << parameters.xcode_version >>
parameters:
Expand Down Expand Up @@ -375,7 +374,6 @@ jobs:

spm-revenuecat-ui-ios-15:
<<: *base-job
resource_class: macos.m1.medium.gen1
steps:
- checkout
- update-spm-installation-commit
Expand All @@ -400,7 +398,6 @@ jobs:

spm-revenuecat-ui-ios-16:
<<: *base-job
resource_class: macos.m1.medium.gen1
steps:
- checkout
- update-spm-installation-commit
Expand Down Expand Up @@ -432,7 +429,6 @@ jobs:

spm-revenuecat-ui-ios-17:
<<: *base-job
resource_class: macos.m1.medium.gen1
steps:
- checkout
- update-spm-installation-commit
Expand Down Expand Up @@ -483,7 +479,6 @@ jobs:

run-test-macos:
<<: *base-job
resource_class: macos.m1.medium.gen1
steps:
- checkout
- install-dependencies
Expand All @@ -506,7 +501,6 @@ jobs:

run-test-ios-17:
<<: *base-job
resource_class: macos.m1.medium.gen1
steps:
- checkout
- install-dependencies
Expand Down Expand Up @@ -541,8 +535,6 @@ jobs:
no_output_timeout: 5m
environment:
SCAN_DEVICE: iPhone 14 (16.4)
- codecov/upload:
xtra_args: "-v --xc --xp fastlane/test_output/xctest/ios/RevenueCat.xcresult --preventSymbolicLinks=true"
- compress_result_bundle:
directory: fastlane/test_output/xctest/ios
bundle_name: RevenueCat
Expand All @@ -558,6 +550,8 @@ jobs:

run-test-ios-15:
<<: *base-job
# Running on M1 makes these tests crash
resource_class: macos.x86.medium.gen2
steps:
- checkout
- install-dependencies
Expand Down Expand Up @@ -710,7 +704,6 @@ jobs:

build-visionos:
<<: *base-job
resource_class: macos.m1.medium.gen1
steps:
- checkout
- install-dependencies
Expand All @@ -721,7 +714,6 @@ jobs:

backend-integration-tests-SK1:
<<: *base-job
resource_class: macos.m1.medium.gen1
steps:
- run-backend-tests:
test_plan: "BackendIntegrationTests-SK1"
Expand Down

0 comments on commit 413840d

Please sign in to comment.