From 396cb4c3e44b9d74604474de954384c0c5f9b819 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 14 Sep 2025 16:01:17 -0600 Subject: [PATCH] ci: finalize the OS build choices --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: