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 11, 2024
1 parent fc0568f commit d0b6f5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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 @@ -541,8 +540,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 Down

0 comments on commit d0b6f5c

Please sign in to comment.