Skip to content

Commit

Permalink
chore(ci): update CircleCI config for Mac M1 and Xcode 14.2 (#496)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mabdullahabid authored Oct 3, 2024
1 parent 2a1bf94 commit 507f51c
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 206 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.7.4 - 2024-10-02

### Changed

Updated CircleCI build pipeline to use updated Xcode and resource_class for Mac M1

## 2.6.3 - 2024-01-18

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
appetize:
macos:
xcode: "14.1.0"
resource_class: macos.x86.medium.gen2
xcode: "14.2.0"
resource_class: macos.m1.medium.gen1
working_directory: ~/build
# use a --login shell so our "set Ruby version" command gets picked up for later steps
Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
ios:
macos:
xcode: "14.1.0"
resource_class: macos.x86.medium.gen2
xcode: "14.2.0"
resource_class: macos.m1.medium.gen1
working_directory: ~/build
# use a --login shell so our "set Ruby version" command gets picked up for later steps
Expand Down
Loading

0 comments on commit 507f51c

Please sign in to comment.