-
-
Notifications
You must be signed in to change notification settings - Fork 363
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: Reinstate macos-meson-clang-tests
build on macos-13
#4682
Conversation
.github/workflows/ci.yml
Outdated
if: (matrix.run_tests || matrix.build_system == 'meson') && matrix.os != 'macos-12' && matrix.enabled | ||
if: (matrix.run_tests || matrix.build_system == 'meson') && matrix.os != 'macos-13' && matrix.enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe use `!contains(matrix.os, macos)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Your checklist for this pull request
Detailed description
Due to decisions made on Cutter (rizinorg/cutter#3386 (comment) and rizinorg/cutter#3387), this pr reinstates the
macos-meson-clang-tests
build onmacos-13
.Test plan
The reinstatement is appropriate. All builds are green.
Closing issues
...