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: