arcsi42

Results 2 comments of arcsi42

I have also tried modifying the `release.yml` workflow and seems to be working with the [`macos-11` runner](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md). Here is the passing workflow run: https://github.com/arcsi42/ripgrep/actions/runs/1725448592. And the built artifacts could be...

I have also built a universal binary using `lipo` on a `macos-11` runner: https://github.com/arcsi42/ripgrep/actions/runs/1729830482, can be downloaded from https://github.com/arcsi42/ripgrep/releases/tag/TEST-0.0.3. Not sure what is the best way to integrate it into...