| commit | 77e7b33a51c4296176a10821e9935b3f78b14d8c | [log] [tgz] |
|---|---|---|
| author | Alexander Zaitsev <zamazan4ik@tut.by> | Wed Apr 16 23:57:59 2025 +0300 |
| committer | GitHub <noreply@github.com> | Wed Apr 16 23:57:59 2025 +0300 |
| tree | 5fedf4f6a62ec5dea01690e98437f4e464acd734 | |
| parent | 0a8f808ebc2a4539d1c0f5d9155a47dfca2f40f4 [diff] |
Use PGO on macOS x64 and arm64 builds - realted to https://github.com/rust-lang/rust-analyzer/issues/9412#issuecomment-2810772246
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8099597..774833e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml
@@ -55,9 +55,11 @@ - os: macos-13 target: x86_64-apple-darwin code-target: darwin-x64 + pgo: clap-rs/clap - os: macos-13 target: aarch64-apple-darwin code-target: darwin-arm64 + pgo: clap-rs/clap name: dist (${{ matrix.target }}) runs-on: ${{ matrix.os }}