Skip to content

Conversation

@LeonMatthesKDAB
Copy link
Collaborator

macOS 13 runners are being deprecated by GH actions.
Update to macOS-14/15 respectively.

Closes #1359

macOS 13 runners are being deprecated by GH actions.
Update to macOS-14/15 respectively.
@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c47e595) to head (9309ff9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1360   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           75        75           
  Lines        13038     13038           
=========================================
  Hits         13038     13038           

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

This was updated by moving to macOS 14
os: macos-14
qt_version: 5
aqt_version: '5.15.2'
aqt_arch: 'clang_64'
Copy link
Collaborator

Choose a reason for hiding this comment

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

seems the arch fails?

 ld: warning: ignoring file '/Users/runner/work/cxx-qt/Qt/5.15.2/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork': found architecture 'x86_64', required architecture 'arm64'
Undefined symbols for architecture arm64:

For the Qt 6 runner we have /Users/runner/work/cxx-qt/Qt/6.9.3/macos/lib rather than /Users/runner/work/cxx-qt/Qt/5.15.2/clang_64/lib does that need changing ?

Or is more the problem that Qt 5 is not available for ARM via the online installer?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@ahayzen-kdab Fixed by using macos15-intel instead.

Apparently Qt5 does not support ARM on macOS yet.
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.

Update macOS runners

2 participants