Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #19611 from zamazan4ik/patch-1
Use PGO on macOS x64 and arm64 builds
Laurențiu Nicola 2025-04-17
parent 0a8f808 · parent 77e7b33 · commit 672c11e
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 8099597f47..774833ebf7 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -55,9 +55,11 @@ jobs:
- 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 }}