Commit 944fa49
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments