diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f342aa8..5e3983d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,24 +14,12 @@ jobs: matrix: rust: [stable] job: - - os: macos-latest - os-name: macos - target: x86_64-apple-darwin - architecture: x86_64 - binary-postfix: "" - use-cross: false - os: ubuntu-latest os-name: linux target: x86_64-unknown-linux-gnu architecture: x86_64 binary-postfix: "" use-cross: false - - os: windows-latest - os-name: windows - target: x86_64-pc-windows-msvc - architecture: x86_64 - binary-postfix: ".exe" - use-cross: false - os: ubuntu-latest os-name: linux target: aarch64-unknown-linux-gnu