Skip to content

Switch from macos-13 to macos-15-intel GitHub runner#830

Merged
NicolaCourtier merged 1 commit into
developfrom
mac-intel-runner
Nov 11, 2025
Merged

Switch from macos-13 to macos-15-intel GitHub runner#830
NicolaCourtier merged 1 commit into
developfrom
mac-intel-runner

Conversation

@NicolaCourtier

Copy link
Copy Markdown
Member

Description

Ahead of the deprecation of the macos-13 GitHub runner image, we can switch to macos-15-intel to keep running the unit tests on macOS with Intel CPU.

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #).

Important checks:

Please confirm the following before marking the PR as ready for review:

  • No style issues: $ pre-commit run or $ nox -s pre-commit (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)
  • All tests pass: nox -s tests
  • The documentation builds: nox -s doctest
  • Code is commented for hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@codecov

codecov Bot commented Nov 11, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.36%. Comparing base (c11f068) to head (ebc3c7d).
⚠️ Report is 38 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #830      +/-   ##
===========================================
- Coverage    89.81%   89.36%   -0.46%     
===========================================
  Files           61       63       +2     
  Lines         4783     4823      +40     
===========================================
+ Hits          4296     4310      +14     
- Misses         487      513      +26     

☔ 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.

@NicolaCourtier NicolaCourtier merged commit e22f6b7 into develop Nov 11, 2025
24 of 25 checks passed
@NicolaCourtier NicolaCourtier deleted the mac-intel-runner branch November 11, 2025 20:46
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.

Depreciate integration & example tests on CI for Apple Intel platform

2 participants