Skip to content

Commit 944fa49

Browse files
salmageekclaude
andauthored
fix: Replace EOL macOS M1 resource class with M4 Pro (#373)
* fix: Replace EOL macOS M1 resource class with M4 Pro in CircleCI config The macos.m1.large.gen1 resource class reached end-of-life on Feb 16, 2026 and was removed by CircleCI. All CI builds using this class fail instantly. Replace with macos.m4pro.medium, CircleCI's recommended successor for Apple silicon macOS builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: Use correct M4 Pro resource class name without macos. prefix The new M4 Pro resource classes dropped the `macos.` prefix used by the old M1/M2 classes. The correct name is `m4pro.medium`, not `macos.m4pro.medium`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 09bb07a commit 944fa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1
44
macos_config: &macos_config
55
macos:
66
xcode: 16.0.0
7-
resource_class: macos.m1.large.gen1
7+
resource_class: m4pro.medium
88
shell: /bin/bash --login -eo pipefail
99

1010
setup_env_file: &setup_env_file

0 commit comments

Comments
 (0)