Skip to content

[2.10] upgrade to macos15 #6949

Merged
meiravgri merged 1 commit into2.10from
backport-6932-to-2.10
Oct 1, 2025
Merged

[2.10] upgrade to macos15 #6949
meiravgri merged 1 commit into2.10from
backport-6932-to-2.10

Conversation

@meiravgri
Copy link
Collaborator

@meiravgri meiravgri commented Oct 1, 2025

backport #6932 to 2.10


Note

Switch macOS matrices to macos-15-intel and macos-latest and add a CPU diagnostics step to tests.

  • Workflows (macOS runners)
    • Update x86_64 from macos-13 to macos-15-intel in flow-build-artifacts.yml and flow-macos.yml.
    • Update arm from macos-latest-xlarge to macos-latest in flow-build-artifacts.yml and flow-macos.yml.
  • Workflows (tests)
    • In task-test.yml, add a "Print CPU information" step to log CPU/OS/arch details across platforms.

Written by Cursor Bugbot for commit 1d0ea91. This will update automatically on new commits. Configure here.

* upgrade to macos15

* try remove xlarge

* print cpu information

* fix print cpu

* fix

(cherry picked from commit c11c1e5)
@meiravgri meiravgri requested review from JoanFM and nafraf October 1, 2025 04:30

if '${{ inputs.architecture }}' in ['all', 'x86_64']:
platforms.append('macos-13')
platforms.append('macos-15-intel')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Invalid Runner Type Causes Workflow Failures

The workflow specifies 'macos-15-intel' as a runner type, which isn't a valid GitHub Actions runner. This will cause jobs attempting to use this non-existent runner to fail.

Additional Locations (1)

Fix in Cursor Fix in Web

@meiravgri meiravgri enabled auto-merge October 1, 2025 04:31
@codecov
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.29%. Comparing base (690f714) to head (1d0ea91).
⚠️ Report is 1 commits behind head on 2.10.

Additional details and impacted files
@@            Coverage Diff             @@
##             2.10    #6949      +/-   ##
==========================================
- Coverage   89.32%   89.29%   -0.04%     
==========================================
  Files         207      207              
  Lines       36165    36165              
==========================================
- Hits        32306    32293      -13     
- Misses       3859     3872      +13     
Flag Coverage Δ
flow 83.81% <ø> (-0.16%) ⬇️
unit 42.72% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@meiravgri meiravgri requested a review from GuyAv46 October 1, 2025 05:04
@meiravgri meiravgri added this pull request to the merge queue Oct 1, 2025
Merged via the queue into 2.10 with commit 2450c69 Oct 1, 2025
12 checks passed
@meiravgri meiravgri deleted the backport-6932-to-2.10 branch October 1, 2025 08:09
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.

2 participants