Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Fix MacOS builds in Github Actions #158

Merged
merged 7 commits into from
Dec 29, 2024

Conversation

uilianries
Copy link
Member

@uilianries uilianries commented Dec 29, 2024

The Github actions is moving their MacOS versions supported and XCode versions as well: https://github.com/actions/runner-images/tree/main?tab=readme-ov-file#available-images

This PR drops Macos 11 and 12 (both deprecated) and run only new versions. Plus, I dropped Debug builds, because Mac build in Github actions are most expansive (they take more time to be available).

The Cmake minimum change is due compatibility warning from CMake itself: https://github.com/uilianries/json/actions/runs/12534415695/job/34955186794#step:5:7

The CMake version 3.10 is from 2017, so I doubt users will complain about it.

@uilianries uilianries self-assigned this Dec 29, 2024
@uilianries
Copy link
Member Author

@uilianries uilianries merged commit f513801 into taocpp:main Dec 29, 2024
52 of 54 checks passed
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.01%. Comparing base (821c7d8) to head (c4e9719).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #158   +/-   ##
=======================================
  Coverage   74.01%   74.01%           
=======================================
  Files         257      257           
  Lines        9191     9191           
  Branches      804      804           
=======================================
  Hits         6803     6803           
  Misses       1785     1785           
  Partials      603      603           

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

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

Successfully merging this pull request may close these issues.

1 participant