ci: Test AArch64 Windows

This commit is contained in:
Taiki Endo
2025-06-29 22:27:47 +09:00
parent a27ef18d36
commit 8fcca280f3
3 changed files with 10 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ jobs:
bash: msys64
- os: windows-2025
bash: cygwin
- os: windows-11-arm
- os: windows-2022
tool: major.minor.patch
- os: windows-2022
@@ -139,7 +140,7 @@ jobs:
if [[ "$(cargo binstall -V)" != "$(jq -r '.latest.version' manifests/cargo-binstall.json)" ]]; then
exit 1
fi
if: matrix.bash != 'cygwin'
if: matrix.bash != 'cygwin' && matrix.os != 'windows-11-arm'
test-container:
strategy: