diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eed48597f..474dfc615 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,8 @@ jobs: os: ubuntu-22.04 - target: aarch64-apple-darwin os: macos-latest + - target: aarch64-pc-windows-msvc + os: windows-latest runs-on: ${{ matrix.os }} steps: # v4.2.2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 870a5b6e6..8b79bac7d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: # mac-latest (currently mac-14) is an ARM device, so use macos-13 to get Intel. - { target: x86_64-apple-darwin, os: macos-13 } - { target: x86_64-pc-windows-msvc, os: windows-latest } + - { target: aarch64-pc-windows-msvc, os: windows-latest } - { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true }