https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8321
Bug ID: 8321 Summary: Update the GitHub Actions for macOS Product: Spamassassin Version: SVN Trunk (Latest Devel Version) Hardware: Macintosh OS: Mac OS X Status: NEW Severity: minor Priority: P2 Component: Website/Infrastructure Assignee: dev@spamassassin.apache.org Reporter: andr...@andreasvoegele.com Target Milestone: Undefined Created attachment 6005 --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=6005&action=edit Update the GitHub Actions for macOS This patch adapts the GitHub Actions for macOS to GitHub's current "macos-latest" image as well as recent homebrew and Python pip versions. SpamAssassin's test suite is successful apart from two tests that fail since the local DNS resolver blocks TXT queries. The queries for txttcp.spamassassin.org in t/askdns.t and t/dnsplatform.t time out. t/askdns.t succeeds on "macos-latest" if the file ~/.resolv.conf is created with "nameserver 1.1.1.1", but then t/dnsplatform.t fails early with a taint error from Net::DNS. -- You are receiving this mail because: You are the assignee for the bug.