release: build aarch64 artifacts for macos on GitHub Actions

GitHub now supports this natively, so there's no need for me to do it
any more.

Fixes #3155
This commit is contained in:
Andrew Gallant
2025-09-22 09:13:44 -04:00
parent 8b5d3d1c1e
commit c1fc6a5eb8
4 changed files with 6 additions and 45 deletions

View File

@@ -33,6 +33,8 @@ Bug fixes:
Fix a bug where `-q --files-without-match` inverted the exit code.
* [BUG #3140](https://github.com/BurntSushi/ripgrep/issues/3140):
Ensure hyphens in flag names are escaped in the roff text for the man page.
* [BUG #3155](https://github.com/BurntSushi/ripgrep/issues/3155):
Statically compile PCRE2 into macOS release artifacts on `aarch64`.
Feature enhancements: