ci: test on native Windows ARM64 (#504)

This commit is contained in:
Marshall Porter 2026-08-16 15:53:03 -07:00 committed by GitHub
commit d15718f672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,11 +14,13 @@ jobs:
name: run tests
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm]
toolchain: [stable, 1.87.0] # MSRV
include:
- platform: windows-latest
exe_suffix: .exe
- platform: windows-11-arm
exe_suffix: .exe
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v7