diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 944ad0e..d659dfd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,12 +13,9 @@ jobs: strategy: matrix: target: - - x86_64-unknown-linux-musl - x86_64-pc-windows-msvc - aarch64-apple-darwin include: - - target: x86_64-unknown-linux-musl - os: ubuntu-latest - target: x86_64-pc-windows-msvc os: windows-latest - target: aarch64-apple-darwin