diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42f740d..91212b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,6 +171,10 @@ jobs: os: macos-latest use-cross: true cargo-flags: "" + - target: aarch64_pc_windows_msvc + os: windows-latest + use-cross: true + cargo-flags: "" - target: x86_64-apple-darwin os: macos-latest cargo-flags: "" @@ -181,10 +185,6 @@ jobs: os: ubuntu-latest use-cross: true cargo-flags: "" - - target: i686-unknown-linux-gnu - os: ubuntu-latest - use-cross: true - cargo-flags: "" # prettier-ignore # job: