Skip to content

Commit 507f51c

Browse files
chore(ci): update CircleCI config for Mac M1 and Xcode 14.2 (#496)
Update the CircleCI build pipeline to use Xcode 14.2 and the macos.m1.medium.gen1 resource class. This change ensures compatibility with the latest Mac M1 architecture, improving build performance and stability. The changelog is updated to reflect the version bump to 2.7.4, indicating the inclusion of these changes.
1 parent 2a1bf94 commit 507f51c

File tree

5 files changed

+237
-206
lines changed

5 files changed

+237
-206
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Based on [Common Changelog](https://common-changelog.org/).
44

5+
## 2.7.4 - 2024-10-02
6+
7+
### Changed
8+
9+
Updated CircleCI build pipeline to use updated Xcode and resource_class for Mac M1
10+
511
## 2.6.3 - 2024-01-18
612

713
### Fixed

dist/cookie/{{cookiecutter.project_slug}}/.circleci/generate_mobile_ios_config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
appetize:
5151
macos:
52-
xcode: "14.1.0"
53-
resource_class: macos.x86.medium.gen2
52+
xcode: "14.2.0"
53+
resource_class: macos.m1.medium.gen1
5454
working_directory: ~/build
5555
5656
# use a --login shell so our "set Ruby version" command gets picked up for later steps
@@ -147,8 +147,8 @@ jobs:
147147
148148
ios:
149149
macos:
150-
xcode: "14.1.0"
151-
resource_class: macos.x86.medium.gen2
150+
xcode: "14.2.0"
151+
resource_class: macos.m1.medium.gen1
152152
working_directory: ~/build
153153
154154
# use a --login shell so our "set Ruby version" command gets picked up for later steps

0 commit comments

Comments
 (0)