ci: build & test for aarch64-pc-windows-msvc target

pull/874/head
Master-Hash 2025-06-25 03:13:07 +07:00 committed by Wilfred Hughes
parent 13f786a7be
commit 3916dc99ef
2 changed files with 3 additions and 0 deletions

@ -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

@ -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 }