dweiss commented on code in PR #15314: URL: https://github.com/apache/lucene/pull/15314#discussion_r2415745038
########## .github/workflows/run-checks-macos.yml: ########## @@ -0,0 +1,56 @@ +name: "Run checks on MacOS: all modules" Review Comment: I think we can merge this back into the single run-check-all and have a conditional parameter stating which OSs you want to run on? The point of having this single workflow was to decrease the maintenance of those gradle parameters and checks. I don't mind pulling it out for the time being until the problem with macs is sorted out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
