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

Remove use of rpcnotify(0 from gui plugino #1121

Merged
merged 2 commits into from
Aug 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update github runner gcc cmd
equalsraf committed Aug 25, 2024
commit 3f5b7170e77a3859bf0d04f97b2750a92a2de764
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@ jobs:
flavor: Debug
runner: macos-12
generator: Ninja
cc: gcc-11
cxx: g++-11
cc: gcc-12
cxx: g++-12

- name: MacOS_Release
flavor: Release