Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 97c4987992..a758ecfd46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,10 +29,10 @@ jobs: - os: windows-latest target: x86_64-pc-windows-msvc code-target: win32-x64 - pgo: clap-rs/clap + pgo: clap-rs/[email protected] - os: windows-latest target: i686-pc-windows-msvc - pgo: clap-rs/clap + pgo: clap-rs/[email protected] - os: windows-latest target: aarch64-pc-windows-msvc code-target: win32-arm64 @@ -42,12 +42,12 @@ jobs: # Zig is not used because it doesn't work with PGO container: quay.io/pypa/manylinux_2_28_x86_64 code-target: linux-x64 - pgo: clap-rs/clap + pgo: clap-rs/[email protected] - os: ubuntu-24.04-arm target: aarch64-unknown-linux-gnu container: quay.io/pypa/manylinux_2_28_aarch64 code-target: linux-arm64 - pgo: clap-rs/clap + pgo: clap-rs/[email protected] - os: ubuntu-latest target: arm-unknown-linux-gnueabihf zig_target: arm-unknown-linux-gnueabihf.2.28 @@ -55,11 +55,11 @@ jobs: - os: macos-13 target: x86_64-apple-darwin code-target: darwin-x64 - pgo: clap-rs/clap + pgo: clap-rs/[email protected] - os: macos-14 target: aarch64-apple-darwin code-target: darwin-arm64 - pgo: clap-rs/clap + pgo: clap-rs/[email protected] name: dist (${{ matrix.target }}) runs-on: ${{ matrix.os }} |