From 56d7f92e336794e38466271d82fa033842dab842 Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Sun, 30 Aug 2026 19:12:01 -0700 Subject: [PATCH] ci(release): add windows arm64 target --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2a3076..a6a69c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: - { target: x86_64-apple-darwin, os: macos-15-intel } - { target: aarch64-apple-darwin, os: macos-15 } - { target: x86_64-pc-windows-msvc, os: windows-latest } + - { target: aarch64-pc-windows-msvc, os: windows-latest } runs-on: ${{ matrix.os }} timeout-minutes: 40 steps: