Skip to content

Commit c40db99

Browse files
dnl-mohclaude
andcommitted
chore(ci): update Xcode to 16.4.0 on M4 Pro resource class
Migrate from deprecated M1 (macos.m1.medium.gen1) to M4 Pro (m4pro.medium) and update Xcode from 15.4.0 to 16.4.0. Update .ruby-version from 3.3.0 to 3.3.8 to match the version pre-installed on the new CircleCI macOS image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee94ae7 commit c40db99

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ orbs:
66
executors:
77
mac-executor:
88
macos:
9-
xcode: "15.4.0"
10-
resource_class: macos.m1.medium.gen1
9+
xcode: "16.4.0"
10+
resource_class: m4pro.medium
1111

1212
jobs:
1313
prepare-build:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.8

0 commit comments

Comments
 (0)