Skip to content

Fix macOS CI: set resource_class and bump Xcode to 16.4.0#406

Merged
PJK merged 3 commits into
masterfrom
fix-macos-ci
Feb 15, 2026
Merged

Fix macOS CI: set resource_class and bump Xcode to 16.4.0#406
PJK merged 3 commits into
masterfrom
fix-macos-ci

Conversation

@PJK

@PJK PJK commented Feb 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • Set resource_class: m4pro.medium explicitly (required since CircleCI changed the default)
  • Bump Xcode from 16.0.0 to 16.4.0 (latest stable on m4pro)

Context

The build-and-test-osx job on master is failing with:

Job was rejected because resource class m4pro.medium, image xcode:16.0.0 is not a valid resource class

CircleCI now requires explicit resource_class for macOS jobs. M1/M2 resource classes reach end of life on February 16, 2026.

Test plan

  • build-and-test-osx passes on this branch

🤖 Generated with Claude Code

PJK and others added 3 commits February 15, 2026 23:15
The default macOS resource class changed to m4pro.medium, which
requires an explicit resource_class in the config. Also bump Xcode
from 16.0.0 to 16.4.0 (latest stable supported on m4pro).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@PJK
PJK merged commit dfe2297 into master Feb 15, 2026
16 checks passed
@PJK
PJK deleted the fix-macos-ci branch February 15, 2026 22:20
@codecov

codecov Bot commented Feb 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (02d5bc5) to head (74f1202).
⚠️ Report is 17 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #406   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines         1663      1663           
=========================================
  Hits          1663      1663           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant