Merge pull request #19611 from zamazan4ik/patch-1

Use PGO on macOS x64 and arm64 builds
This commit is contained in:
Laurențiu Nicola 2025-04-17 07:44:52 +00:00 committed by GitHub
commit 672c11e8b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}