Skip to content

Commit 672c11e

Browse files
authored
Merge pull request #19611 from zamazan4ik/patch-1
Use PGO on macOS x64 and arm64 builds
2 parents 0a8f808 + 77e7b33 commit 672c11e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ jobs:
5555
- os: macos-13
5656
target: x86_64-apple-darwin
5757
code-target: darwin-x64
58+
pgo: clap-rs/clap
5859
- os: macos-13
5960
target: aarch64-apple-darwin
6061
code-target: darwin-arm64
62+
pgo: clap-rs/clap
6163

6264
name: dist (${{ matrix.target }})
6365
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)